Package de.gebit.integrity.dsl
Interface OperationDefinition
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,PackageStatement
- All Known Implementing Classes:
OperationDefinitionImpl
public interface OperationDefinition extends PackageStatement
A representation of the model object 'Operation Definition'.The following features are supported:
- See Also:
DslPackage.getOperationDefinition()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Returns the value of the 'Name' attribute.JavaClassReferencegetOperationType()Returns the value of the 'Operation Type' containment reference.voidsetName(String value)Sets the value of the 'Name' attribute.voidsetOperationType(JavaClassReference value)Sets the value of the 'Operation Type' containment reference.
-
-
-
Method Detail
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),DslPackage.getOperationDefinition_Name()
-
setName
void setName(String value)
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
getName()
-
getOperationType
JavaClassReference getOperationType()
Returns the value of the 'Operation Type' containment reference.- Returns:
- the value of the 'Operation Type' containment reference.
- See Also:
setOperationType(JavaClassReference),DslPackage.getOperationDefinition_OperationType()
-
setOperationType
void setOperationType(JavaClassReference value)
Sets the value of the 'Operation Type' containment reference.- Parameters:
value- the new value of the 'Operation Type' containment reference.- See Also:
getOperationType()
-
-