org.eclipse.gmt.umlx.ucore
Interface UParameter

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.ecore.EParameter, org.eclipse.emf.ecore.ETypedElement, 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:
UParameterImpl

public interface UParameter
extends org.eclipse.emf.ecore.EParameter, org.eclipse.emf.ocl.expressions.VariableDeclaration

A representation of the model object 'UParameter'.

The following features are supported:

See Also:
UcorePackage.getUParameter()

Field Summary
 
Fields inherited from interface org.eclipse.emf.ecore.ETypedElement
UNBOUNDED_MULTIPLICITY, UNSPECIFIED_MULTIPLICITY
 
Fields inherited from interface org.eclipse.emf.ocl.expressions.VariableDeclaration
copyright
 
Method Summary
 UHelper getUHelper()
          Returns the value of the 'UHelper' container reference.
 void setUHelper(UHelper value)
          Sets the value of the 'UHelper' container reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EParameter
getEOperation
 
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
 
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.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 'UParameters'.

Returns:
the value of the 'UHelper' container reference.
See Also:
setUHelper(UHelper), UcorePackage.getUParameter_UHelper(), UHelper.getUParameters()

setUHelper

void setUHelper(UHelper value)
Sets the value of the 'UHelper' container reference.

Parameters:
value - the new value of the 'UHelper' container reference.
See Also:
getUHelper()