public interface ParameterBinding
extends org.eclipse.emf.ecore.EObject
The following features are supported:
AutomatonPackage.getParameterBinding()
Modifier and Type | Method and Description |
---|---|
ParameterTable |
getParameterTable()
Returns the value of the 'Parameter Table' container reference.
|
java.lang.String |
getSymbolicName()
Returns the value of the 'Symbolic Name' attribute.
|
java.lang.Object |
getValue()
Returns the value of the 'Value' attribute.
|
void |
setParameterTable(ParameterTable value)
Sets the value of the '
Parameter Table ' container reference. |
void |
setSymbolicName(java.lang.String value)
Sets the value of the '
Symbolic Name ' attribute. |
void |
setValue(java.lang.Object value)
Sets the value of the '
Value ' attribute. |
java.lang.String getSymbolicName()
If the meaning of the 'Symbolic Name' attribute isn't clear, there really should be more of a description here...
setSymbolicName(String)
,
AutomatonPackage.getParameterBinding_SymbolicName()
void setSymbolicName(java.lang.String value)
Symbolic Name
' attribute.
value
- the new value of the 'Symbolic Name' attribute.getSymbolicName()
java.lang.Object getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(Object)
,
AutomatonPackage.getParameterBinding_Value()
void setValue(java.lang.Object value)
Value
' attribute.
value
- the new value of the 'Value' attribute.getValue()
ParameterTable getParameterTable()
Parameter Bindings
'.
If the meaning of the 'Parameter Table' container reference isn't clear, there really should be more of a description here...
setParameterTable(ParameterTable)
,
AutomatonPackage.getParameterBinding_ParameterTable()
,
ParameterTable.getParameterBindings()
void setParameterTable(ParameterTable value)
Parameter Table
' container reference.
value
- the new value of the 'Parameter Table' container reference.getParameterTable()