Uses of Class
org.staxnav.ValueType

Uses of ValueType in org.staxnav
 

Subclasses of ValueType in org.staxnav
protected static class ValueType.EnumType<E extends Enum<E>>
           
 

Fields in org.staxnav declared as ValueType
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
           
 

Methods in org.staxnav that return ValueType
static
<E extends java.lang.Enum<E>>
ValueType<E>
ValueType.get(java.lang.Class<E> enumClass)
          Returns a value type for an enum class.
 

Methods in org.staxnav with parameters of type ValueType
<V> V
StaxNavigator.parseContent(ValueType<V> valueType)
          Parses the content of the currently navigated element and return the parsed value.
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.