Uses of Class
org.chromattic.core.bean.SimpleType

Packages that use SimpleType
org.chromattic.core   
org.chromattic.core.bean   
org.chromattic.core.mapper   
 

Uses of SimpleType in org.chromattic.core
 

Methods in org.chromattic.core with parameters of type SimpleType
abstract
<E> List<E>
ListType.create(SimpleType<E> elementType, int size)
           
abstract
<E> Object
ListType.unwrap(SimpleType<E> elementType, List<E> list)
           
abstract
<E> List<E>
ListType.wrap(SimpleType<E> elementType, Object array)
           
 

Uses of SimpleType in org.chromattic.core.bean
 

Subclasses of SimpleType in org.chromattic.core.bean
 class ObjectSimpleType<E>
           
 class PrimitiveSimpleType<E>
           
 

Fields in org.chromattic.core.bean declared as SimpleType
static SimpleType<Boolean> PrimitiveSimpleType.BOOLEAN
          .
static SimpleType<Double> PrimitiveSimpleType.DOUBLE
          .
static SimpleType<Float> PrimitiveSimpleType.FLOAT
          .
static SimpleType<Integer> PrimitiveSimpleType.INT
          .
static SimpleType<Long> PrimitiveSimpleType.LONG
          .
 

Methods in org.chromattic.core.bean that return SimpleType
 SimpleType<V> SimpleValueInfo.getSimpleType()
           
 

Uses of SimpleType in org.chromattic.core.mapper
 

Methods in org.chromattic.core.mapper with parameters of type SimpleType
<E> javax.jcr.Value
ValueMapper.get(javax.jcr.ValueFactory valueFactory, E o, SimpleType<E> type)
           
<E> E
ValueMapper.get(javax.jcr.Value value, SimpleType<E> wantedType)
           
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.