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. |
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()