/** * <copyright> * </copyright> * * $Id$ */ package org.talend.dataquality.indicators.columnset; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Value Matching Indicator</b></em>'. * <!-- end-user-doc --> * * <!-- begin-model-doc --> * counts the number of value matching or not matching when comparing two or more columns * <!-- end-model-doc --> * * * @see org.talend.dataquality.indicators.columnset.ColumnsetPackage#getValueMatchingIndicator() * @model * @generated */ public interface ValueMatchingIndicator extends ColumnsCompareIndicator { } // ValueMatchingIndicator