public static class DefaultFunctionFactory.TimeBetweenFunction extends AbstractFunction
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FUNC_NAME |
| Constructor and Description |
|---|
TimeBetweenFunction() |
| Modifier and Type | Method and Description |
|---|---|
QualifiedValue |
execute(Expression[] args)
Execute this function, and return the function's qualified value.
|
java.lang.String |
getArgDocString()
Returns a string to be used in the auto-generated function documentation.
|
protected java.lang.String |
getFunctionDisplayName() |
java.lang.Class<?> |
getType()
Returns the type of Object that this function will generate with execute
|
protected boolean |
validateNumArgs(int num) |
executeArg, initArgs, logconnect, copy, disconnect, executeAll, shutdown, startuppublic static final java.lang.String FUNC_NAME
protected java.lang.String getFunctionDisplayName()
getFunctionDisplayName in class AbstractFunctionpublic QualifiedValue execute(Expression[] args) throws ExpressionException
FunctionExpressionExceptionpublic java.lang.String getArgDocString()
Functionpublic java.lang.Class<?> getType()
Functionprotected boolean validateNumArgs(int num)
validateNumArgs in class AbstractFunction