org.eclipse.gmt.umlx.tx
Interface TxClassVariable

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, GElement, GModelElement, GNamedElement, GNodeElement, GPersistentCoModel, GPersistentNamedSheetNode, GPersistentSheetNode, GSheetNode, org.eclipse.emf.common.notify.Notifier, TxSheetVariable, TxVariable
All Known Implementing Classes:
TxClassVariableImpl

public interface TxClassVariable
extends TxSheetVariable, GSheetNode

A representation of the model object 'GClass Variable'.

The following features are supported:

See Also:
TxPackage.getTxClassVariable()

Method Summary
 org.eclipse.emf.common.util.EList getGAttributeVariables()
          Returns the value of the 'GAttribute Variables' containment reference list.
 
Methods inherited from interface org.eclipse.gmt.umlx.gcore.GSheetNode
getLocation, getSheet, getWidth, setLocation, setSheet, setWidth
 
Methods inherited from interface org.eclipse.gmt.umlx.gcore.GNodeElement
getIncomingConnections, getOutgoingConnections
 

Method Detail

getGAttributeVariables

org.eclipse.emf.common.util.EList getGAttributeVariables()
Returns the value of the 'GAttribute Variables' containment reference list. The list contents are of type TxClassAttributeVariable. It is bidirectional and its opposite is 'GClass Variable'.

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

Returns:
the value of the 'GAttribute Variables' containment reference list.
See Also:
TxPackage.getTxClassVariable_GAttributeVariables(), TxClassAttributeVariable.getGClassVariable()