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