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