Uses of Interface
org.modeshape.graph.query.model.TypeSystem.TypeFactory

Packages that use TypeSystem.TypeFactory
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. 
org.modeshape.graph.query.model The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. 
 

Uses of TypeSystem.TypeFactory in org.modeshape.graph.property
 

Classes in org.modeshape.graph.property that implement TypeSystem.TypeFactory
protected  class ValueTypeSystem.Factory<T>
           
 

Methods in org.modeshape.graph.property that return TypeSystem.TypeFactory
 TypeSystem.TypeFactory<?> ValueTypeSystem.getBinaryFactory()
          Get the type factory for binary objects.
 TypeSystem.TypeFactory<Boolean> ValueTypeSystem.getBooleanFactory()
          Get the type factory for boolean types.
 TypeSystem.TypeFactory<?> ValueTypeSystem.getDateTimeFactory()
          Get the type factory for date-time objects.
 TypeSystem.TypeFactory<BigDecimal> ValueTypeSystem.getDecimalFactory()
          Get the type factory for decimal types.
 TypeSystem.TypeFactory<Double> ValueTypeSystem.getDoubleFactory()
          Get the type factory for double types.
 TypeSystem.TypeFactory<Long> ValueTypeSystem.getLongFactory()
          Get the type factory for long types.
 TypeSystem.TypeFactory<?> ValueTypeSystem.getPathFactory()
          Get the type factory for path objects.
 TypeSystem.TypeFactory<?> ValueTypeSystem.getReferenceFactory()
          Get the type factory for references objects.
 TypeSystem.TypeFactory<String> ValueTypeSystem.getStringFactory()
          Get the type factory for string types.
 TypeSystem.TypeFactory<?> ValueTypeSystem.getTypeFactory(Object prototype)
          Get the type factory for the type denoted by the supplied prototype value.
 TypeSystem.TypeFactory<?> ValueTypeSystem.getTypeFactory(String typeName)
          Get the type factory given the name of the type.
 

Uses of TypeSystem.TypeFactory in org.modeshape.graph.query.model
 

Methods in org.modeshape.graph.query.model that return TypeSystem.TypeFactory
 TypeSystem.TypeFactory<?> TypeSystem.getBinaryFactory()
          Get the type factory for binary objects.
 TypeSystem.TypeFactory<Boolean> TypeSystem.getBooleanFactory()
          Get the type factory for boolean types.
 TypeSystem.TypeFactory<?> TypeSystem.getDateTimeFactory()
          Get the type factory for date-time objects.
 TypeSystem.TypeFactory<BigDecimal> TypeSystem.getDecimalFactory()
          Get the type factory for decimal types.
 TypeSystem.TypeFactory<Double> TypeSystem.getDoubleFactory()
          Get the type factory for double types.
 TypeSystem.TypeFactory<Long> TypeSystem.getLongFactory()
          Get the type factory for long types.
 TypeSystem.TypeFactory<?> TypeSystem.getPathFactory()
          Get the type factory for path objects.
 TypeSystem.TypeFactory<?> TypeSystem.getReferenceFactory()
          Get the type factory for references objects.
 TypeSystem.TypeFactory<String> TypeSystem.getStringFactory()
          Get the type factory for string types.
 TypeSystem.TypeFactory<?> TypeSystem.getTypeFactory(Object prototype)
          Get the type factory for the type denoted by the supplied prototype value.
 TypeSystem.TypeFactory<?> TypeSystem.getTypeFactory(String typeName)
          Get the type factory given the name of the type.
 



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