T - Type of parameterpublic interface Parameter<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
Parameter.Type
Type of value sent and/or received by an endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
T |
getDefault()
returns the default value of the parameter as defined in XML.
|
String |
getName()
Return the name of the parameter (as defined by XML)
|
String |
getPattern()
Return the verification pattern for this parameter.
|
Register |
getRegister()
Returns the register associated with this parameter.
|
Parameter.Type |
getType()
Return the type of the parameter.
|
T |
getValue() |
boolean |
hasValue()
Returns true if the parameter has a known value
|
void |
setValue(T value)
set the value of the parameter
|
String getName()
Parameter.Type getType()
boolean hasValue()
T getValue() throws NetworkException
NetworkExceptionT getDefault()
void setValue(T value) throws NetworkException
value - The value to setNetworkException - Thrown if there is a problem setting the parameter value.String getPattern()
Register getRegister()
Copyright © 2015. All rights reserved.