Package | Description |
---|---|
com.igormaznitsa.jcp.expression | |
com.igormaznitsa.jcp.expression.functions | |
com.igormaznitsa.jcp.expression.functions.xml |
Modifier and Type | Method and Description |
---|---|
ValueType |
Value.getType() |
static ValueType |
Value.recognizeType(String value) |
static ValueType |
ValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueType[] |
ValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Object |
Value.getValue(String value,
ValueType type) |
boolean |
ValueType.isCompatible(ValueType type)
To check that the type is compatible with another one
|
Modifier and Type | Method and Description |
---|---|
ValueType[][] |
FunctionISSUBSTR.getAllowedArgumentTypes() |
ValueType[][] |
FunctionEVALFILE.getAllowedArgumentTypes() |
ValueType[][] |
FunctionDefinedByUser.getAllowedArgumentTypes() |
ValueType[][] |
FunctionSTRLEN.getAllowedArgumentTypes() |
ValueType[][] |
AbstractStrConverter.getAllowedArgumentTypes() |
ValueType[][] |
FunctionSTR2JAVA.getAllowedArgumentTypes() |
ValueType[][] |
FunctionABS.getAllowedArgumentTypes() |
ValueType[][] |
FunctionROUND.getAllowedArgumentTypes() |
abstract ValueType[][] |
AbstractFunction.getAllowedArgumentTypes()
Get arrays of supported argument types
|
ValueType |
FunctionISSUBSTR.getResultType() |
ValueType |
FunctionEVALFILE.getResultType() |
ValueType |
FunctionSTR2CSV.getResultType() |
ValueType |
FunctionDefinedByUser.getResultType() |
ValueType |
FunctionSTRLEN.getResultType() |
ValueType |
FunctionSTR2INT.getResultType() |
ValueType |
FunctionSTR2JSON.getResultType() |
ValueType |
FunctionSTR2JAVA.getResultType() |
ValueType |
FunctionABS.getResultType() |
ValueType |
FunctionSTR2XML.getResultType() |
ValueType |
FunctionSTR2JS.getResultType() |
ValueType |
FunctionROUND.getResultType() |
ValueType |
FunctionSTR2WEB.getResultType() |
abstract ValueType |
AbstractFunction.getResultType()
Get the result type
|
Copyright © 2011–2016 Igor Maznitsa. All rights reserved.