Interface IFieldDefinition
- All Superinterfaces:
IComponentFactory,IDefinition,ILabeledDefinition
- All Known Subinterfaces:
IExtendedFieldDefinition
- All Known Implementing Classes:
ExtendedFieldDefinition,FieldDefinition
The definition that describes some feature of the EMF object.
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.databinding.FeaturePath[]Returns theFeaturePaths.Methods inherited from interface com._1c.g5.aef2.standard.definitions.IComponentFactory
createComponentMethods inherited from interface com._1c.g5.aef2.standard.definitions.IDefinition
getComponentClass, getId, getLayoutData, getParametrization, getParentMethods inherited from interface com._1c.g5.aef2.standard.definitions.ILabeledDefinition
getLabel
-
Method Details
-
getFeaturePaths
org.eclipse.emf.databinding.FeaturePath[] getFeaturePaths()Returns theFeaturePaths.- Returns:
- the feature paths.
-