public interface RequestParameter
The following features are supported:
RSAProviderPackage.getRequestParameter()| Modifier and Type | Method and Description |
|---|---|
int |
getNumber()
Returns the value of the 'Number' attribute.
|
java.lang.Object |
getObject()
Returns the value of the 'Object' attribute.
|
void |
setNumber(int value)
Sets the value of the '
Number' attribute. |
void |
setObject(java.lang.Object value)
Sets the value of the '
Object' attribute. |
int getNumber()
If the meaning of the 'Number' attribute isn't clear, there really should be more of a description here...
setNumber(int),
RSAProviderPackage.getRequestParameter_Number()void setNumber(int value)
Number' attribute.
value - the new value of the 'Number' attribute.getNumber()java.lang.Object getObject()
If the meaning of the 'Object' attribute isn't clear, there really should be more of a description here...
setObject(Object),
RSAProviderPackage.getRequestParameter_Object()void setObject(java.lang.Object value)
Object' attribute.
value - the new value of the 'Object' attribute.getObject()