public static interface CallManager.Paramdef
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDataType()
Gets the server data type of the endpoint parameter.
|
java.lang.String |
getParamName()
Gets the name of the endpoint parameter.
|
boolean |
isMultiple()
Identifies whether a value must be provided for the endpoint parameter.
|
boolean |
isNullable()
Identifies whether the endpoint parameter can take multiple values or at most one value.
|
java.lang.String getParamName()
java.lang.String getDataType()
boolean isNullable()
boolean isMultiple()
Copyright © 2013-2018 MarkLogic Corporation.