public interface MParameter extends MApplicationElement
This defines the value of a Parameter to be used by a Command.
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the value of the 'Name' attribute
|
String |
getValue()
Returns the value of the 'Value' attribute
|
void |
setName(String value)
Sets the value of the '
Name ' attribute |
void |
setValue(String value)
Sets the value of the '
Value ' attribute |
getContributorURI, getElementId, getPersistedState, getTags, getTransientData, setContributorURI, setElementId
String getName()
This is the name of this parameter.
setName(String)
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
String getValue()
This is the value of this parameter.
setValue(String)
void setValue(String value)
Value
' attribute.
value
- the new value of the 'Value' attribute.getValue()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.