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
|
Copyright © 2011–2021 Igor Maznitsa. All rights reserved.