public interface ParameterType
extends org.eclipse.emf.ecore.EObject
TaskPackage.getParameterType()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
Returns the value of the 'Id' attribute
|
java.lang.Object |
getValue()
Returns the value of the 'Value' attribute
|
void |
setId(java.lang.String value)
Sets the value of the '
Id ' attribute |
void |
setValue(java.lang.Object value)
Sets the value of the '
Value ' attribute |
static final java.lang.String COPYRIGHT
java.lang.Object getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(Object)
,
TaskPackage.getParameterType_Value()
void setValue(java.lang.Object value)
Value
' attribute.
value
- the new value of the 'Value' attribute.getValue()
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
TaskPackage.getParameterType_Id()