org.eclipse.gmt.umlx.ucore
Interface UClassVariable

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:
UClassVariableImpl

public interface UClassVariable
extends UVariable

A representation of the model object 'UClass Variable Declaration'.

The following features are supported:

See Also:
UcorePackage.getUClassVariable()

Field Summary
 
Fields inherited from interface org.eclipse.emf.ocl.expressions.VariableDeclaration
copyright
 
Method Summary
 org.eclipse.emf.common.util.EList getAttributeVariables()
          Returns the value of the 'Attribute Variables' containment reference list.
 org.eclipse.emf.common.util.EList getAttributions()
          Returns the value of the 'Attributions' reference list.
 org.eclipse.emf.ecore.EClass getDerivedType()
           
 org.eclipse.emf.common.util.EList getIncomingAssociations()
          Returns the value of the 'Incoming Associations' reference list.
 org.eclipse.emf.common.util.EList getOutgoingAssociations()
          Returns the value of the 'Outgoing Associations' reference list.
 boolean isMultiObject()
          Returns the value of the 'Multi Object' attribute.
 void setMultiObject(boolean value)
          Sets the value of the 'Multi Object' attribute.
 org.eclipse.emf.ecore.EClassifier simpleGetType()
           
 
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

isMultiObject

boolean isMultiObject()
Returns the value of the 'Multi Object' attribute. The default value is "false".

If the meaning of the 'Multi Object' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Multi Object' attribute.
See Also:
setMultiObject(boolean), UcorePackage.getUClassVariable_MultiObject()

setMultiObject

void setMultiObject(boolean value)
Sets the value of the 'Multi Object' attribute.

Parameters:
value - the new value of the 'Multi Object' attribute.
See Also:
isMultiObject()

getAttributeVariables

org.eclipse.emf.common.util.EList getAttributeVariables()
Returns the value of the 'Attribute Variables' containment reference list. The list contents are of type UAttributeVariable. It is bidirectional and its opposite is 'Scope'.

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

Returns:
the value of the 'Attribute Variables' containment reference list.
See Also:
UcorePackage.getUClassVariable_AttributeVariables(), UAttributeVariable.getScope()

getIncomingAssociations

org.eclipse.emf.common.util.EList getIncomingAssociations()
Returns the value of the 'Incoming Associations' reference list. The list contents are of type UClassVariable2UClassVariable. It is bidirectional and its opposite is 'Target'.

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

Returns:
the value of the 'Incoming Associations' reference list.
See Also:
UcorePackage.getUClassVariable_IncomingAssociations(), UClassVariable2UClassVariable.getTarget()

getOutgoingAssociations

org.eclipse.emf.common.util.EList getOutgoingAssociations()
Returns the value of the 'Outgoing Associations' reference list. The list contents are of type UClassVariable2UClassVariable. It is bidirectional and its opposite is 'Source'.

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

Returns:
the value of the 'Outgoing Associations' reference list.
See Also:
UcorePackage.getUClassVariable_OutgoingAssociations(), UClassVariable2UClassVariable.getSource()

getDerivedType

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


simpleGetType

org.eclipse.emf.ecore.EClassifier simpleGetType()


getAttributions

org.eclipse.emf.common.util.EList getAttributions()
Returns the value of the 'Attributions' reference list. The list contents are of type UClassVariable2UAttributeVariable. It is bidirectional and its opposite is 'Source'.

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

Returns:
the value of the 'Attributions' reference list.
See Also:
UcorePackage.getUClassVariable_Attributions(), UClassVariable2UAttributeVariable.getSource()