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

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

Uses of SimpleType in org.chromattic.core.bean
 

Methods in org.chromattic.core.bean that return SimpleType
 SimpleType SimpleValueInfo.getSimpleType()
           
static SimpleType SimpleType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SimpleType[] SimpleType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of SimpleType in org.chromattic.core.mapper
 

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



Copyright © 2009 eXo Platform SAS. All Rights Reserved.