org.eclipse.gmt.umlx.tx
Interface TxClassAttributeVariable

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, GElement, GModelElement, GNamedElement, GNodeElement, GPersistentCoModel, org.eclipse.emf.common.notify.Notifier, TxVariable
All Known Implementing Classes:
TxClassAttributeVariableImpl

public interface TxClassAttributeVariable
extends TxVariable, GNamedElement

A representation of the model object 'Class Attribute Variable'.

The following features are supported:

See Also:
TxPackage.getTxClassAttributeVariable()

Method Summary
 TxClassVariable getGClassVariable()
          Returns the value of the 'GClass Variable' container reference.
 void setGClassVariable(TxClassVariable value)
          Sets the value of the 'GClass Variable' container reference.
 
Methods inherited from interface org.eclipse.gmt.umlx.gcore.GPersistentCoModel
getCoModel, setCoModel
 
Methods inherited from interface org.eclipse.gmt.umlx.gcore.GModelElement
getDiagram, getSheet, simpleGetCoModel
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.gmt.umlx.gcore.GNodeElement
getIncomingConnections, getOutgoingConnections
 
Methods inherited from interface org.eclipse.gmt.umlx.gcore.GModelElement
getDiagram, getSheet, simpleGetCoModel
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getGClassVariable

TxClassVariable getGClassVariable()
Returns the value of the 'GClass Variable' container reference. It is bidirectional and its opposite is 'GAttribute Variables'.

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

Returns:
the value of the 'GClass Variable' container reference.
See Also:
setGClassVariable(TxClassVariable), TxPackage.getTxClassAttributeVariable_GClassVariable(), TxClassVariable.getGAttributeVariables()

setGClassVariable

void setGClassVariable(TxClassVariable value)
Sets the value of the 'GClass Variable' container reference.

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