org.eclipse.gmt.umlx.ucore
Interface UExpressionVariable

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, UOCLContainer, UVariable, org.eclipse.emf.ocl.expressions.VariableDeclaration, org.eclipse.emf.ocl.internal.utilities.Visitable
All Known Implementing Classes:
UExpressionVariableImpl

public interface UExpressionVariable
extends UVariable

A representation of the model object 'UValue Declaration'.

The following features are supported:

See Also:
UcorePackage.getUExpressionVariable()

Field Summary
 
Fields inherited from interface org.eclipse.emf.ocl.expressions.VariableDeclaration
copyright
 
Method Summary
 org.eclipse.emf.common.util.EList getValuations()
          Returns the value of the 'Valuations' reference list.
 
Methods inherited from interface org.eclipse.gmt.umlx.ucore.UVariable
getURelation, getUsage, getUsageFeatureID, getUsedPackage, setURelation
 
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
 
Methods inherited from interface org.eclipse.gmt.umlx.ucore.UOCLContainer
getExpressionValue, getOCLExpression, getOCLString, getUExpression, simpleGetOCLException, simpleGetOCLExpression, simpleGetOCLString
 

Method Detail

getValuations

org.eclipse.emf.common.util.EList getValuations()
Returns the value of the 'Valuations' reference list. The list contents are of type UAttributeVariable2UExpressionVariable. It is bidirectional and its opposite is 'Target'.

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

Returns:
the value of the 'Valuations' reference list.
See Also:
UcorePackage.getUExpressionVariable_Valuations(), UAttributeVariable2UExpressionVariable.getTarget()