@FunctionalInterface public interface EStructuralFeatureSelectionValidator
EStructuralFeature
is a valid selection in a wizard.
Implemented by clients to specify the validation criteria.
Modifier and Type | Method and Description |
---|---|
String |
isValid(org.eclipse.emf.ecore.EStructuralFeature structuralFeature)
Checks whether the given
EStructuralFeature constitutes a valid selection. |
String isValid(org.eclipse.emf.ecore.EStructuralFeature structuralFeature)
EStructuralFeature
constitutes a valid selection.structuralFeature
- The selected EStructuralFeature
to be validatednull
if the selection is validCopyright © 2019. All rights reserved.