Uses of Class
org.gatein.mop.api.ValueType

Packages that use ValueType
org.gatein.mop.api   
 

Uses of ValueType in org.gatein.mop.api
 

Fields in org.gatein.mop.api 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.gatein.mop.api 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.get(T t)
          Returns the corresponding value type for the specified object.
 ValueType<T> Key.getType()
          Returns the key type.
 ValueType<?> Attributes.getType(String name)
           
 

Methods in org.gatein.mop.api with parameters of type ValueType
static
<T> Key<T>
Key.create(String name, ValueType<T> type)
           
 

Constructors in org.gatein.mop.api with parameters of type ValueType
Key(String name, ValueType<T> type)
          Creates a new key.
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.