public static interface EValidator.SubstitutionLabelProvider
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFeatureLabel(EStructuralFeature eStructuralFeature)
Returns the label used to identify a feature.
|
java.lang.String |
getObjectLabel(EObject eObject)
Returns the label to identify an object.
|
java.lang.String |
getValueLabel(EDataType eDataType,
java.lang.Object value)
Returns the label to identify a value of some data type.
|
java.lang.String getObjectLabel(EObject eObject)
java.lang.String getFeatureLabel(EStructuralFeature eStructuralFeature)
java.lang.String getValueLabel(EDataType eDataType, java.lang.Object value)