Uses of Class
org.chromattic.common.ValueType

Packages that use ValueType
org.chromattic.common   
 

Uses of ValueType in org.chromattic.common
 

Fields in org.chromattic.common declared as ValueType
static ValueType<Boolean> ValueType.BOOLEAN
          .
static ValueType<Date> ValueType.DATE
          .
static ValueType<Double> ValueType.DOUBLE
          .
static ValueType<Integer> ValueType.INTEGER
          .
static ValueType<String> ValueType.STRING
          .
 

Methods in org.chromattic.common that return ValueType
static
<T> ValueType<T>
ValueType.decode(T t)
          Returns the corresponding value type for the specified object or null if no valid one can be found.
static
<T> ValueType<T>
ValueType.forClass(Class<T> t)
          Returns the corresponding value type for the specified java class.
static
<T> ValueType<T>
ValueType.get(T t)
          Returns the corresponding value type for the specified object.
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.