org.eclipse.gmt.umlx.tx
Interface TxSheetExpressionVariable

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

public interface TxSheetExpressionVariable
extends TxSheetVariable, GSheetNode

A representation of the model object 'Sheet Expression Variable'.

The following features are supported:

See Also:
TxPackage.getTxSheetExpressionVariable()

Method Summary
 TxSheetAttributeVariable getGAttributeVariable()
          Returns the value of the 'GAttribute Variable' container reference.
 void setGAttributeVariable(TxSheetAttributeVariable value)
          Sets the value of the 'GAttribute Variable' container reference.
 
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

getGAttributeVariable

TxSheetAttributeVariable getGAttributeVariable()
Returns the value of the 'GAttribute Variable' container reference. It is bidirectional and its opposite is 'GAttribute Variables'.

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

Returns:
the value of the 'GAttribute Variable' container reference.
See Also:
setGAttributeVariable(TxSheetAttributeVariable), TxPackage.getTxSheetExpressionVariable_GAttributeVariable(), TxClassVariable.getGAttributeVariables()

setGAttributeVariable

void setGAttributeVariable(TxSheetAttributeVariable value)
Sets the value of the 'GAttribute Variable' container reference.

Parameters:
value - the new value of the 'GAttribute Variable' container reference.
See Also:
getGAttributeVariable()