org.eclipse.gmt.umlx.tx
Interface TxParameter

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

public interface TxParameter
extends GPersistentCoModel, GNamedElement

A representation of the model object 'Parameter'.

The following features are supported:

See Also:
TxPackage.getTxParameter()

Method Summary
 TxHelper getGHelper()
          Returns the value of the 'GHelper' container reference.
 void setGHelper(TxHelper value)
          Sets the value of the 'GHelper' container reference.
 
Methods inherited from interface org.eclipse.gmt.umlx.gcore.GPersistentCoModel
getCoModel, setCoModel
 
Methods inherited from interface org.eclipse.gmt.umlx.gcore.GNodeElement
getIncomingConnections, getOutgoingConnections
 

Method Detail

getGHelper

TxHelper getGHelper()
Returns the value of the 'GHelper' container reference. It is bidirectional and its opposite is 'GParameters'.

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

Returns:
the value of the 'GHelper' container reference.
See Also:
setGHelper(TxHelper), TxPackage.getTxParameter_GHelper(), TxHelper.getGParameters()

setGHelper

void setGHelper(TxHelper value)
Sets the value of the 'GHelper' container reference.

Parameters:
value - the new value of the 'GHelper' container reference.
See Also:
getGHelper()