| Modifier and Type | Class and Description |
|---|---|
protected static class |
ValueType.EnumType<E extends java.lang.Enum<E>> |
| Modifier and Type | Field and Description |
|---|---|
static ValueType<java.lang.Boolean> |
ValueType.BOOLEAN |
static ValueType<java.util.Date> |
ValueType.DATE |
static ValueType<java.util.Date> |
ValueType.DATE_TIME |
static ValueType<java.lang.Integer> |
ValueType.INTEGER |
static ValueType<java.lang.String> |
ValueType.STRING |
static ValueType<java.lang.String> |
ValueType.TRIMMED_STRING |
| Modifier and Type | Method and Description |
|---|---|
static <E extends java.lang.Enum<E>> |
ValueType.get(java.lang.Class<E> enumClass)
Returns a value type for an enum class.
|
| Modifier and Type | Method and Description |
|---|---|
<V> V |
StaxNavigator.parseContent(ValueType<V> valueType)
Parses the content of the currently navigated element and return the parsed value.
|
Copyright © 2014 eXo Platform SAS. All Rights Reserved.