org.eclipse.gmt.umlx.emof
Interface Operation

All Superinterfaces:
Element, org.eclipse.emf.ecore.EObject, MultiplicityElement, NamedElement, org.eclipse.emf.common.notify.Notifier, Object, TypedElement
All Known Subinterfaces:
Constructor, EntryOperation, Function, Helper, ImperativeOperation, MappingOperation

public interface Operation
extends MultiplicityElement, TypedElement

A representation of the model object 'Operation'.

The following features are supported:

See Also:
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

getClass_

Class getClass_()
Returns the value of the 'Class' container reference. It is bidirectional and its opposite is 'Owned Operation'.

If the meaning of the 'Class' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Class' container reference.
See Also:
setClass(org.eclipse.gmt.umlx.emof.Class), EmofPackage.getOperation_Class(), Class.getOwnedOperation()

setClass

void setClass(Class value)
Sets the value of the 'Class' container reference.

Parameters:
value - the new value of the 'Class' container reference.
See Also:
getClass_()

getOwnedParameter

org.eclipse.emf.common.util.EList<Parameter> getOwnedParameter()
Returns the value of the 'Owned Parameter' containment reference list. The list contents are of type 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...

Returns:
the value of the 'Owned Parameter' containment reference list.
See Also:
EmofPackage.getOperation_OwnedParameter(), Parameter.getOperation()

getRaisedException

org.eclipse.emf.common.util.EList<Type> getRaisedException()
Returns the value of the 'Raised Exception' reference list. The list contents are of type Type.

If the meaning of the 'Raised Exception' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Raised Exception' reference list.
See Also:
EmofPackage.getOperation_RaisedException()