org.chromattic.core.vt
Class ValueType<V>
java.lang.Object
org.chromattic.core.vt.ValueType<V>
- Direct Known Subclasses:
- BaseValueType
public abstract class ValueType<V>
- extends java.lang.Object
- Version:
- $Revision$
- Author:
- Julien Viet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT
public static final ValueType<java.lang.Object> DEFAULT
ValueType
public ValueType()
getDefaultValue
public abstract java.util.List<V> getDefaultValue()
isPrimitive
public abstract boolean isPrimitive()
get
public abstract V get(javax.jcr.Value value)
throws javax.jcr.RepositoryException
- Throws:
javax.jcr.RepositoryException
get
public abstract javax.jcr.Value get(javax.jcr.ValueFactory valueFactory,
V o)
throws javax.jcr.ValueFormatException
- Throws:
javax.jcr.ValueFormatException
getObjectType
public abstract java.lang.Class<V> getObjectType()
getRealType
public abstract java.lang.Class<?> getRealType()
Copyright © 2011 eXo Platform SAS. All Rights Reserved.