public interface OperationParameter
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the parameter name.
|
Class<?> |
getType()
Returns the parameter type.
|
boolean |
isNullable()
Return if the parameter accepts null values.
|
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.