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 org.eclipse.e4.ui.model.application.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
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
-
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
Sets the value of the 'Value
' attribute.- Parameters:
value
- the new value of the 'Value' attribute.- See Also:
-