public interface VariableDefinition extends Definitions
The following features are supported:
FlaDslPackage.getVariableDefinition()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getVariableName()
Returns the value of the 'Variable Name' attribute.
|
void |
setVariableName(java.lang.String value)
Sets the value of the '
Variable Name ' attribute. |
java.lang.String getVariableName()
If the meaning of the 'Variable Name' attribute isn't clear, there really should be more of a description here...
setVariableName(String)
,
FlaDslPackage.getVariableDefinition_VariableName()
void setVariableName(java.lang.String value)
Variable Name
' attribute.
value
- the new value of the 'Variable Name' attribute.getVariableName()