org.eclipse.gmt.umlx.ucore
Interface USelfParameter

All Superinterfaces:
org.eclipse.emf.ocl.internal.utilities.ASTNode, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ocl.internal.utilities.TypedASTNode, org.eclipse.emf.ocl.expressions.VariableDeclaration, org.eclipse.emf.ocl.internal.utilities.Visitable
All Known Implementing Classes:
USelfParameterImpl

public interface USelfParameter
extends org.eclipse.emf.ocl.expressions.VariableDeclaration

A representation of the model object 'USelf Parameter'.

The following features are supported:

See Also:
UcorePackage.getUSelfParameter()

Field Summary
 
Fields inherited from interface org.eclipse.emf.ocl.expressions.VariableDeclaration
copyright
 
Method Summary
 org.eclipse.emf.ecore.EClass getDerivedType()
           
 UHelper getUHelper()
          Returns the value of the 'UHelper' container reference.
 UOperation getUOperation()
          Returns the value of the 'UOperation' reference.
 
Methods inherited from interface org.eclipse.emf.ocl.expressions.VariableDeclaration
accept, getBaseExp, getInitExpression, getLoopExpr, getType, getVarName, setBaseExp, setInitExpression, setLoopExpr, setType, setVarName
 
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.ocl.internal.utilities.TypedASTNode
getTypeEndPosition, getTypeStartPosition, setTypeEndPosition, setTypeStartPosition
 
Methods inherited from interface org.eclipse.emf.ocl.internal.utilities.ASTNode
getEndPosition, getStartPosition, setEndPosition, setStartPosition
 

Method Detail

getUHelper

UHelper getUHelper()
Returns the value of the 'UHelper' container reference. It is bidirectional and its opposite is 'USelf'.

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

Returns:
the value of the 'UHelper' container reference.
See Also:
UcorePackage.getUSelfParameter_UHelper(), UHelper.getUSelf()

getUOperation

UOperation getUOperation()
Returns the value of the 'UOperation' reference.

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

Returns:
the value of the 'UOperation' reference.
See Also:
UcorePackage.getUSelfParameter_UOperation()

getDerivedType

org.eclipse.emf.ecore.EClass getDerivedType()