org.chromattic.core.vt
Class BaseValueType.BOOLEAN<V>

java.lang.Object
  extended by org.chromattic.core.vt.ValueType<E>
      extended by org.chromattic.core.vt.BaseValueType<V,java.lang.Boolean>
          extended by org.chromattic.core.vt.BaseValueType.BOOLEAN<V>
Direct Known Subclasses:
BaseValueType.BOOLEAN.TO_BOOLEAN
Enclosing class:
BaseValueType<E,I>

public abstract static class BaseValueType.BOOLEAN<V>
extends BaseValueType<V,java.lang.Boolean>


Nested Class Summary
static class BaseValueType.BOOLEAN.TO_BOOLEAN
           
 
Nested classes/interfaces inherited from class org.chromattic.core.vt.BaseValueType
BaseValueType.BOOLEAN<V>, BaseValueType.DATE<V>, BaseValueType.DOUBLE<V>, BaseValueType.LONG<V>, BaseValueType.PATH<V>, BaseValueType.STREAM<V>, BaseValueType.STRING<V>
 
Field Summary
 
Fields inherited from class org.chromattic.core.vt.ValueType
DEFAULT
 
Constructor Summary
BaseValueType.BOOLEAN(java.util.List<V> defaultValues, java.lang.Class<V> objectType, java.lang.Class<?> realType)
           
 
Method Summary
 V get(javax.jcr.Value value)
           
 javax.jcr.Value get(javax.jcr.ValueFactory valueFactory, V o)
           
 
Methods inherited from class org.chromattic.core.vt.BaseValueType
getDefaultValue, getObjectType, getRealType, isPrimitive, toExternal, toInternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseValueType.BOOLEAN

public BaseValueType.BOOLEAN(java.util.List<V> defaultValues,
                             java.lang.Class<V> objectType,
                             java.lang.Class<?> realType)
Method Detail

get

public V get(javax.jcr.Value value)
      throws javax.jcr.RepositoryException
Specified by:
get in class ValueType<V>
Throws:
javax.jcr.RepositoryException

get

public javax.jcr.Value get(javax.jcr.ValueFactory valueFactory,
                           V o)
                    throws javax.jcr.ValueFormatException
Specified by:
get in class ValueType<V>
Throws:
javax.jcr.ValueFormatException


Copyright © 2011 eXo Platform SAS. All Rights Reserved.