Interface MParameter
- All Superinterfaces:
MApplicationElement
- All Known Implementing Classes:
ParameterImpl
A representation of the model object 'Parameter'.
This defines the value of a Parameter to be used by a Command.
-
Method Summary
Methods inherited from interface MApplicationElement
getContributorURI, getElementId, getPersistedState, getTags, getTransientData, setContributorURI, setElementId
-
Method Details
-
getName
String getName()Returns the value of the 'Name' attribute.This is the name of this parameter.
- Returns:
- the value of the 'Name' attribute.
- See Also:
-
setName
-
getValue
String getValue()Returns the value of the 'Value' attribute.This is the value of this parameter.
- Returns:
- the value of the 'Value' attribute.
- See Also:
-
setValue
-