Package de.gebit.integrity.dsl
Interface StandardOperation
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,Operation,ValueOrEnumValueOrOperation
- All Known Implementing Classes:
StandardOperationImpl
public interface StandardOperation extends Operation
A representation of the model object 'Standard Operation'.The following features are supported:
- See Also:
DslPackage.getStandardOperation()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValueOrEnumValueOrOperationgetFirstOperand()Returns the value of the 'First Operand' containment reference.org.eclipse.emf.common.util.EList<ValueOrEnumValueOrOperation>getMoreOperands()Returns the value of the 'More Operands' containment reference list.org.eclipse.emf.common.util.EList<String>getOperators()Returns the value of the 'Operators' attribute list.voidsetFirstOperand(ValueOrEnumValueOrOperation value)Sets the value of the 'First Operand' containment reference.
-
-
-
Method Detail
-
getFirstOperand
ValueOrEnumValueOrOperation getFirstOperand()
Returns the value of the 'First Operand' containment reference.- Returns:
- the value of the 'First Operand' containment reference.
- See Also:
setFirstOperand(ValueOrEnumValueOrOperation),DslPackage.getStandardOperation_FirstOperand()
-
setFirstOperand
void setFirstOperand(ValueOrEnumValueOrOperation value)
Sets the value of the 'First Operand' containment reference.- Parameters:
value- the new value of the 'First Operand' containment reference.- See Also:
getFirstOperand()
-
getOperators
org.eclipse.emf.common.util.EList<String> getOperators()
Returns the value of the 'Operators' attribute list. The list contents are of typeString.- Returns:
- the value of the 'Operators' attribute list.
- See Also:
DslPackage.getStandardOperation_Operators()
-
getMoreOperands
org.eclipse.emf.common.util.EList<ValueOrEnumValueOrOperation> getMoreOperands()
Returns the value of the 'More Operands' containment reference list. The list contents are of typeValueOrEnumValueOrOperation.- Returns:
- the value of the 'More Operands' containment reference list.
- See Also:
DslPackage.getStandardOperation_MoreOperands()
-
-