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 theFeaturePath
s.Methods inherited from interface com._1c.g5.aef2.standard.definitions.IComponentFactory
createComponent
Methods inherited from interface com._1c.g5.aef2.standard.definitions.IDefinition
getComponentClass, getId, getLayoutData, getParametrization, getParent
Methods inherited from interface com._1c.g5.aef2.standard.definitions.ILabeledDefinition
getLabel
-
Method Details
-
getFeaturePaths
org.eclipse.emf.databinding.FeaturePath[] getFeaturePaths()Returns theFeaturePath
s.- Returns:
- the feature paths.
-