public class SubstituteFunctionDescription extends AbstractFunctionDescription
SubstituteFunction,
Serialized Form| Constructor and Description |
|---|
SubstituteFunctionDescription() |
| Modifier and Type | Method and Description |
|---|---|
FunctionCategory |
getCategory() |
int |
getParameterCount() |
Type |
getParameterType(int position)
Returns the parameter type at the given position using the function
metadata.
|
Type |
getValueType() |
boolean |
isParameterMandatory(int position)
Defines, whether the parameter at the given position is mandatory.
|
getCanonicalName, getDefaultValue, getDescription, getDisplayName, getParameterDescription, getParameterDisplayName, isInfiniteParameterCount, isVolatilepublic FunctionCategory getCategory()
public int getParameterCount()
public Type getParameterType(int position)
FunctionDescriptionposition - The parameter index.public Type getValueType()
public boolean isParameterMandatory(int position)
FunctionDescription