Interface DistributionEditingSupport.EditedFeatureBuilder<T,E,R>
- All Known Implementing Classes:
DistributionEditingSupport.Builder
- Enclosing class:
DistributionEditingSupport
public static interface DistributionEditingSupport.EditedFeatureBuilder<T,E,R>
-
Method Summary
Modifier and TypeMethodDescriptionfeature(org.eclipse.emf.ecore.EStructuralFeature feature) Set the feature pointing to the field that is being edited (a field in template class)
-
Method Details
-
feature
DistributionEditingSupport.FinalBuilder<T,E, featureR> (org.eclipse.emf.ecore.EStructuralFeature feature) Set the feature pointing to the field that is being edited (a field in template class) - Parameters:
feature- structural feature- Returns:
- builder object
-