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