Interface IOperationFieldDefinition
-
- All Superinterfaces:
IComponentFactory
,IDefinition
,ILabeledDefinition
- All Known Implementing Classes:
OperationFieldDefinition
public interface IOperationFieldDefinition extends ILabeledDefinition
The definition that describes some operation of the EMF object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.ecore.EOperation
getOperation()
Returns the operation.-
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
-
-