public static interface RuleFunction.ParameterDescriptor
RuleFunction
parameter.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Gets the name of this parameter.
|
java.lang.Class |
getType()
Gets the type or the boxed type (if primitive) of this parameter.
|
boolean |
isInput()
Returns
true if this is an input parameter. |
java.lang.String getName()
java.lang.Class getType()
boolean isInput()
true
if this is an input parameter.true
for input parameter, false
for output parameter.