public class FunctionDef
extends java.lang.Object
The FunctionDef class defines the function format that to be supported in work item field value resolution.
ValueResolverDef| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DATE_TYPE |
static java.lang.String |
INTEGER_TYPE |
static java.lang.String |
STRING_TYPE |
| Constructor and Description |
|---|
FunctionDef(java.lang.String name, java.lang.Class[] paramTypes)
Constructor that creates a function by the giving name and parameter types.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Retrieves the function name.
|
java.lang.Class[] |
getParamTypes()
Retrieves the function parameter types.
|
public static final java.lang.String INTEGER_TYPE
public static final java.lang.String STRING_TYPE
public static final java.lang.String DATE_TYPE