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<java.lang.Boolean> ValueType.BOOLEAN
          .
static ValueType<java.util.Date> ValueType.DATE
          .
static ValueType<java.lang.Double> ValueType.DOUBLE
          .
static ValueType<java.lang.Integer> ValueType.INTEGER
          .
static ValueType<java.lang.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(java.lang.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 © 2011 eXo Platform SAS. All Rights Reserved.