Uses of Class
org.jboss.dna.graph.property.basic.AbstractValueFactory

Packages that use AbstractValueFactory
org.jboss.dna.graph.property.basic A set of basic implementations of the various interfaces defined in org.jboss.dna.graph.property
 

Uses of AbstractValueFactory in org.jboss.dna.graph.property.basic
 

Subclasses of AbstractValueFactory in org.jboss.dna.graph.property.basic
 class AbstractBinaryValueFactory
          An abstract BinaryFactory implementation that contains many general methods that are likely to be appropriate for many concrete implementations.
 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 InMemoryBinaryValueFactory
          The ValueFactory for in-memory PropertyType.BINARY 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 StringValueFactory
          The standard ValueFactory for PropertyType.STRING values.
 class UriValueFactory
          The standard ValueFactory for PropertyType.URI values.
 class UuidReferenceValueFactory
          The standard ValueFactory for PropertyType.REFERENCE values.
 class UuidValueFactory
          The standard ValueFactory for PropertyType.URI values.
 



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