public interface Operation
A representation of the model object 'Operation'.
The following features are supported:
EmofPackage.getOperation()
Method Summary | |
---|---|
Class |
getClass_()
Returns the value of the 'Class' container reference. |
org.eclipse.emf.common.util.EList<Parameter> |
getOwnedParameter()
Returns the value of the 'Owned Parameter' containment reference list. |
org.eclipse.emf.common.util.EList<Type> |
getRaisedException()
Returns the value of the 'Raised Exception' reference list. |
void |
setClass(Class value)
Sets the value of the ' Class ' container reference. |
Methods inherited from interface org.eclipse.gmt.umlx.emof.MultiplicityElement |
---|
getIsOrdered, getIsUnique, getLower, getUpper, setIsOrdered, setIsUnique, setLower, setUpper |
Methods inherited from interface org.eclipse.gmt.umlx.emof.TypedElement |
---|
getType, setType |
Methods inherited from interface org.eclipse.gmt.umlx.emof.NamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.gmt.umlx.emof.Element |
---|
getOwnedComment, getTag |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
Class getClass_()
Owned Operation
'.
If the meaning of the 'Class' container reference isn't clear, there really should be more of a description here...
setClass(org.eclipse.gmt.umlx.emof.Class)
,
EmofPackage.getOperation_Class()
,
Class.getOwnedOperation()
void setClass(Class value)
Class
' container reference.
value
- the new value of the 'Class' container reference.getClass_()
org.eclipse.emf.common.util.EList<Parameter> getOwnedParameter()
Parameter
.
It is bidirectional and its opposite is 'Operation
'.
If the meaning of the 'Owned Parameter' containment reference list isn't clear, there really should be more of a description here...
EmofPackage.getOperation_OwnedParameter()
,
Parameter.getOperation()
org.eclipse.emf.common.util.EList<Type> getRaisedException()
Type
.
If the meaning of the 'Raised Exception' reference list isn't clear, there really should be more of a description here...
EmofPackage.getOperation_RaisedException()