Interface IFieldDefinition
- 
- All Superinterfaces:
- IComponentFactory,- IDefinition,- ILabeledDefinition
 - All Known Subinterfaces:
- IExtendedFieldDefinition
 - All Known Implementing Classes:
- ExtendedFieldDefinition,- FieldDefinition
 
 public interface IFieldDefinition extends ILabeledDefinition The definition that describes some feature of the EMF object.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.databinding.FeaturePath[]getFeaturePaths()Returns theFeaturePaths.- 
Methods inherited from interface com._1c.g5.aef2.standard.definitions.IComponentFactorycreateComponent
 - 
Methods inherited from interface com._1c.g5.aef2.standard.definitions.IDefinitiongetComponentClass, getId, getLayoutData, getParametrization, getParent
 - 
Methods inherited from interface com._1c.g5.aef2.standard.definitions.ILabeledDefinitiongetLabel
 
- 
 
-