Uses of Class
org.dasein.attributes.DataTypeFactory

Packages that use DataTypeFactory
org.dasein.attributes The Dasein Attributes Library contains an API that enables you to associate arbitrary attributes with an object managed by a complex type manager. 
org.dasein.attributes.types   
 

Uses of DataTypeFactory in org.dasein.attributes
 

Methods in org.dasein.attributes that return DataTypeFactory
abstract  DataTypeFactory<V> DataType.getFactory()
           
static DataTypeFactory<?> DataTypeFactory.getInstance(String tname)
          Provides access to the data type factory associated with the specified type name.
 

Methods in org.dasein.attributes that return types with arguments of type DataTypeFactory
static Collection<DataTypeFactory<?>> DataTypeFactory.getTypes()
          Lists all types known to the system.
 

Uses of DataTypeFactory in org.dasein.attributes.types
 

Subclasses of DataTypeFactory in org.dasein.attributes.types
 class BooleanFactory
           Represents a true/false value.
 class CurrencyFactory
           Represents currency values as Currency instances.
 class DateFactory
           
 class DecimalFactory
           
 class NameValuePairFactory
           
 class NumberFactory
           
 class StringFactory
           
 class TimeFactory
          Extends the Date concept to the time as well.
 

Methods in org.dasein.attributes.types that return DataTypeFactory
 DataTypeFactory<Date> TimeFactory.DateAttribute.getFactory()
           
 DataTypeFactory<String> StringFactory.StringAttribute.getFactory()
           
 DataTypeFactory<Number> NumberFactory.NumberAttribute.getFactory()
           
 DataTypeFactory<NameValuePair> NameValuePairFactory.NameValuePairAttribute.getFactory()
           
 DataTypeFactory<Double> DecimalFactory.DecimalAttribute.getFactory()
           
 DataTypeFactory<Date> DateFactory.DateAttribute.getFactory()
           
 DataTypeFactory<Currency> CurrencyFactory.CurrencyAttribute.getFactory()
           
 DataTypeFactory<Boolean> BooleanFactory.BooleanAttribute.getFactory()
           
 



Copyright © 2012 enStratus Networks Inc. All Rights Reserved.