use of org.talend.dataquality.analysis.AnalysisType in project tdq-studio-se by Talend.
the class AnalysisCategoryImpl method setAnalysisType.
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setAnalysisType(AnalysisType newAnalysisType) {
AnalysisType oldAnalysisType = analysisType;
analysisType = newAnalysisType == null ? ANALYSIS_TYPE_EDEFAULT : newAnalysisType;
boolean oldAnalysisTypeESet = analysisTypeESet;
analysisTypeESet = true;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, CategoryPackage.ANALYSIS_CATEGORY__ANALYSIS_TYPE, oldAnalysisType, analysisType, !oldAnalysisTypeESet));
}
Aggregations