Uses of Interface
org.modeshape.graph.property.ValueFactory

Packages that use ValueFactory
org.modeshape.graph.property Nodes in a graph contain properties, and this package defines the interfaces, classes and exceptions for representing and working with properties and their values. 
 

Uses of ValueFactory in org.modeshape.graph.property
 

Subinterfaces of ValueFactory in org.modeshape.graph.property
 interface BinaryFactory
          A factory for creating Binary instances.
 interface DateTimeFactory
          A factory for creating date-time instants.
 interface NameFactory
          A factory for creating names.
 interface PathFactory
          A factory for creating paths.
 interface UuidFactory
          A factory for creating UUID instances.
 

Fields in org.modeshape.graph.property declared as ValueFactory
protected  ValueFactory<String> ValueTypeSystem.stringValueFactory
           
protected  ValueFactory<T> ValueTypeSystem.Factory.valueFactory
           
 

Methods in org.modeshape.graph.property that return ValueFactory
 ValueFactory<Boolean> ValueFactories.getBooleanFactory()
          Get the value factory for boolean properties.
 ValueFactory<BigDecimal> ValueFactories.getDecimalFactory()
          Get the value factory for decimal properties.
 ValueFactory<Double> ValueFactories.getDoubleFactory()
          Get the value factory for double properties.
 ValueFactory<Long> ValueFactories.getLongFactory()
          Get the value factory for long properties.
 ValueFactory<Object> ValueFactories.getObjectFactory()
          Get the value factory for object properties.
 ValueFactory<Reference> ValueFactories.getReferenceFactory()
          Get the value factory for reference properties.
 ValueFactory<String> ValueFactories.getStringFactory()
          Get the value factory for string properties.
protected static ValueFactory<String> ValueComparators.getStringValueFactory()
           
 ValueFactory<URI> ValueFactories.getUriFactory()
          Get the value factory for URI properties.
 ValueFactory<?> ValueFactories.getValueFactory(Object prototype)
          Get the value factory that is best able to create values with the most natural type given by the supplied value.
 ValueFactory<?> ValueFactories.getValueFactory(PropertyType type)
          Get the value factory that creates values of the supplied type.
 

Constructors in org.modeshape.graph.property with parameters of type ValueFactory
ValueTypeSystem.Factory(ValueFactory<T> valueFactory)
           
 



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