ModeShape Distribution 3.0.0.Beta4

Uses of Class
org.modeshape.jcr.value.basic.AbstractValueFactory

Packages that use AbstractValueFactory
org.modeshape.jcr.value.basic A set of basic implementations of the various interfaces defined in org.modeshape.jcr.value
org.modeshape.jcr.value.binary   
 

Uses of AbstractValueFactory in org.modeshape.jcr.value.basic
 

Subclasses of AbstractValueFactory in org.modeshape.jcr.value.basic
 class BooleanValueFactory
          The standard ValueFactory for PropertyType.BOOLEAN values.
 class DecimalValueFactory
          The standard ValueFactory for PropertyType.DECIMAL values.
 class DoubleValueFactory
          The standard ValueFactory for PropertyType.DOUBLE values.
 class JodaDateTimeValueFactory
          The standard ValueFactory for PropertyType.DATE values.
 class LongValueFactory
          The standard ValueFactory for PropertyType.LONG values.
 class NameValueFactory
          The standard ValueFactory for PropertyType.NAME values.
 class ObjectValueFactory
          The standard ValueFactory for PropertyType.OBJECT values.
 class PathValueFactory
          The standard ValueFactory for PropertyType.NAME values.
 class ReferenceValueFactory
          The standard ValueFactory for PropertyType.REFERENCE values.
 class StringValueFactory
          The standard ValueFactory for PropertyType.STRING values.
 class UriValueFactory
          The standard ValueFactory for PropertyType.URI values.
 class UuidValueFactory
          The standard ValueFactory for PropertyType.URI values.
 

Uses of AbstractValueFactory in org.modeshape.jcr.value.binary
 

Subclasses of AbstractValueFactory in org.modeshape.jcr.value.binary
 class BinaryStoreValueFactory
          An abstract BinaryFactory implementation that contains many general methods that are likely to be appropriate for many concrete implementations.
 


ModeShape Distribution 3.0.0.Beta4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.