public interface Operation extends TypedElement
The following features are supported:
EcorePackage.getOperation()
UNBOUNDED_MULTIPLICITY
Modifier and Type | Method and Description |
---|---|
Class |
getContainingClass()
Returns the value of the 'Containing Class' container reference.
|
com.sodius.mdw.core.model.emf.MDWEList<Classifier> |
getExceptions()
Returns the value of the 'Exceptions' reference list.
|
com.sodius.mdw.core.model.emf.MDWEList<Parameter> |
getParameters()
Returns the value of the 'Parameters' containment reference list.
|
void |
setContainingClass(Class value)
Sets the value of the '
Containing Class ' container reference. |
getLowerBound, getType, getUpperBound, isMany, isOrdered, isRequired, isUnique, setLowerBound, setOrdered, setType, setUnique, setUpperBound
getName, setName
getAnnotations
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
Class getContainingClass()
Operations
'.
setContainingClass(com.sodius.mdw.metamodel.ecore.Class)
,
EcorePackage.getOperation_ContainingClass()
,
Class.getOperations()
void setContainingClass(Class value)
Containing Class
' container reference.
value
- the new value of the 'Containing Class' container reference.getContainingClass()
com.sodius.mdw.core.model.emf.MDWEList<Parameter> getParameters()
Parameter
.
It is bidirectional and its opposite is 'Operation
'.
EcorePackage.getOperation_Parameters()
,
Parameter.getOperation()
com.sodius.mdw.core.model.emf.MDWEList<Classifier> getExceptions()
Classifier
.
EcorePackage.getOperation_Exceptions()