Uses of Class
org.chromattic.core.vt.ValueType

Packages that use ValueType
org.chromattic.core   
org.chromattic.core.vt   
 

Uses of ValueType in org.chromattic.core
 

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

Uses of ValueType in org.chromattic.core.vt
 

Subclasses of ValueType in org.chromattic.core.vt
 class BaseValueType<E,I>
           
static class BaseValueType.BOOLEAN<V>
           
static class BaseValueType.BOOLEAN.TO_BOOLEAN
           
static class BaseValueType.DATE<V>
           
static class BaseValueType.DATE.TO_DATE
           
static class BaseValueType.DOUBLE<V>
           
static class BaseValueType.DOUBLE.TO_DOUBLE
           
static class BaseValueType.DOUBLE.TO_FLOAT
           
static class BaseValueType.LONG<V>
           
static class BaseValueType.LONG.TO_INT
           
static class BaseValueType.LONG.TO_LONG
           
static class BaseValueType.PATH<V>
           
static class BaseValueType.PATH.TO_STRING
           
static class BaseValueType.STREAM<V>
           
static class BaseValueType.STREAM.TO_STREAM
           
static class BaseValueType.STRING<V>
           
static class BaseValueType.STRING.TO_STRING
           
 class StringEnumValueType<E extends Enum<E>>
           
 

Fields in org.chromattic.core.vt declared as ValueType
static ValueType<java.lang.Object> ValueType.DEFAULT
           
 

Methods in org.chromattic.core.vt that return ValueType
static
<V> ValueType<V>
ValueTypeFactory.create(SimpleValueInfo<V> sv, java.util.List<V> defaultValue)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.