/** * <copyright> * </copyright> * * $Id$ */ package org.talend.dataquality.indicators; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Avg Length With Blank Indicator</b></em>'. * <!-- end-user-doc --> * * * @see org.talend.dataquality.indicators.IndicatorsPackage#getAvgLengthWithBlankIndicator() * @model * @generated */ public interface AvgLengthWithBlankIndicator extends AverageLengthIndicator { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @model kind="operation" * @generated */ double getAverageLength(); } // AvgLengthWithBlankIndicator