Uses of Class
org.chromattic.core.vt2.ValueDefinition

Packages that use ValueDefinition
org.chromattic.core   
org.chromattic.core.vt2   
 

Uses of ValueDefinition in org.chromattic.core
 

Methods in org.chromattic.core with parameters of type ValueDefinition
abstract
<E> java.util.List<E>
ListType.create(ValueDefinition<?,E> elementType, int size)
           
<V> V
ObjectContext.getPropertyValue(java.lang.String propertyName, ValueDefinition<?,V> type)
           
<V> java.util.List<V>
ObjectContext.getPropertyValues(java.lang.String propertyName, ValueDefinition<?,V> simpleType, ListType listType)
           
<V> void
ObjectContext.setPropertyValue(java.lang.String propertyName, ValueDefinition<?,V> type, V o)
           
<V> void
ObjectContext.setPropertyValues(java.lang.String propertyName, ValueDefinition<?,V> type, ListType listType, java.util.List<V> objects)
           
abstract
<E> java.lang.Object
ListType.unwrap(ValueDefinition<?,E> elementType, java.util.List<E> list)
           
abstract
<E> java.util.List<E>
ListType.wrap(ValueDefinition<?,E> elementType, java.lang.Object array)
           
 

Uses of ValueDefinition in org.chromattic.core.vt2
 

Methods in org.chromattic.core.vt2 that return ValueDefinition
static ValueDefinition<?,?> ValueDefinition.get(int code)
           
static ValueDefinition<?,?> ValueDefinition.get(java.lang.Object o)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.