public interface OperationParameter
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the parameter name.
|
Class<?> |
getType()
Returns the parameter type.
|
boolean |
isMandatory()
Return if the parameter is mandatory (does not accept null values).
|