Interface EMFTextIdEditingSupport.IdFeatureBuilder<T,E,R>
- All Known Implementing Classes:
EMFTextIdEditingSupport.Builder
- Enclosing class:
EMFTextIdEditingSupport
public static interface EMFTextIdEditingSupport.IdFeatureBuilder<T,E,R>
-
Method Summary
Modifier and TypeMethodDescriptionidFeature(org.eclipse.emf.ecore.EStructuralFeature feature) Set the identifier function to point to the field identifier by which the uniqueness of the entered value will be checked.
-
Method Details
-
idFeature
EMFTextIdEditingSupport.FinalBuilder<T,E, idFeatureR> (org.eclipse.emf.ecore.EStructuralFeature feature) Set the identifier function to point to the field identifier by which the uniqueness of the entered value will be checked.- Parameters:
feature- structural feature- Returns:
- builder object
-