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

Packages that use SimpleValueInfo
org.chromattic.core   
org.chromattic.core.bean   
org.chromattic.core.mapper.nodeattribute   
org.chromattic.core.mapper.property   
 

Uses of SimpleValueInfo in org.chromattic.core
 

Methods in org.chromattic.core with parameters of type SimpleValueInfo
 Object ObjectContext.getPropertyValue(String propertyName, SimpleValueInfo type)
           
<T> T
ObjectContext.getPropertyValues(String propertyName, SimpleValueInfo simpleType, ListType<T> listType)
           
 void ObjectContext.setPropertyValue(String propertyName, SimpleValueInfo type, Object o)
           
<T> void
ObjectContext.setPropertyValues(String propertyName, SimpleValueInfo type, ListType<T> listType, T objects)
           
 

Uses of SimpleValueInfo in org.chromattic.core.bean
 

Methods in org.chromattic.core.bean that return SimpleValueInfo
static SimpleValueInfo SimpleValueInfo.create(org.reflext.api.ClassTypeInfo typeInfo)
           
static SimpleValueInfo SimpleValueInfo.createPath(org.reflext.api.ClassTypeInfo typeInfo)
           
 

Uses of SimpleValueInfo in org.chromattic.core.mapper.nodeattribute
 

Constructor parameters in org.chromattic.core.mapper.nodeattribute with type arguments of type SimpleValueInfo
JCRNodeAttributePropertyMapper(SingleValuedPropertyInfo<SimpleValueInfo> info, NodeAttributeType type)
           
 

Uses of SimpleValueInfo in org.chromattic.core.mapper.property
 

Constructor parameters in org.chromattic.core.mapper.property with type arguments of type SimpleValueInfo
JCRPropertyListPropertyMapper(MultiValuedPropertyInfo<SimpleValueInfo> info, String jcrPropertyName)
           
JCRPropertyMapPropertyMapper(MapPropertyInfo<SimpleValueInfo,SimpleValueInfo> info)
           
JCRPropertyMapPropertyMapper(MapPropertyInfo<SimpleValueInfo,SimpleValueInfo> info)
           
JCRPropertyPropertyMapper(SingleValuedPropertyInfo<SimpleValueInfo> info, String jcrPropertyName)
           
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.