org.eclipse.gmt.umlx.ucore
Interface UOperation

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EOperation, org.eclipse.emf.ecore.ETypedElement, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
UOperationImpl

public interface UOperation
extends org.eclipse.emf.ecore.EOperation

A representation of the model object 'UOperation'.

The following features are supported:

See Also:
UcorePackage.getUOperation()

Field Summary
 
Fields inherited from interface org.eclipse.emf.ecore.ETypedElement
UNBOUNDED_MULTIPLICITY, UNSPECIFIED_MULTIPLICITY
 
Method Summary
 USelfParameter getUSelf()
          Returns the value of the 'USelf' reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EOperation
getEContainingClass, getEExceptions, getEParameters
 
Methods inherited from interface org.eclipse.emf.ecore.ETypedElement
getEType, getLowerBound, getUpperBound, isMany, isOrdered, isRequired, isUnique, setEType, setLowerBound, setOrdered, setUnique, setUpperBound
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
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

getUSelf

USelfParameter getUSelf()
Returns the value of the 'USelf' reference.

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

Returns:
the value of the 'USelf' reference.
See Also:
UcorePackage.getUOperation_USelf()