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
<V> V
ObjectContext.getPropertyValue(java.lang.String propertyName, ValueDefinition<?,V> type)
           
<L,V> L
ObjectContext.getPropertyValues(java.lang.String propertyName, ValueDefinition<?,V> simpleType, ArrayType<L,V> arrayType)
           
<V> void
ObjectContext.setPropertyValue(java.lang.String propertyName, ValueDefinition<?,V> type, V o)
           
<L,V> void
ObjectContext.setPropertyValues(java.lang.String propertyName, ValueDefinition<?,V> type, ArrayType<L,V> arrayType, L propertyValues)
           
 

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 © 2012 eXo Platform SAS. All Rights Reserved.