Uses of Class
org.dasein.attributes.DataType

Packages that use DataType
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 DataType in org.dasein.attributes
 

Methods in org.dasein.attributes that return DataType
 DataType<? extends Object> DataTypeMap.get(Object attr)
           
 DataType<?> DataTypeFactory.Constraint.getType()
           
 DataType<T> AttributeMap.AttributeWrapper.getType()
           
abstract  DataType<V> DataTypeFactory.getType(boolean ml, boolean mv, boolean req, String... typeArgs)
          Provides access to the underlying data type object that governs this data type.
abstract  DataType<V> DataTypeFactory.getType(String grp, Number idx, boolean ml, boolean mv, boolean req, String... typeArgs)
          Provides access to the underlying data type object that governs this data type.
 

Methods in org.dasein.attributes that return types with arguments of type DataType
 Set<Map.Entry<String,DataType<? extends Object>>> DataTypeMap.entrySet()
           
 Collection<DataType<? extends Object>> DataTypeMap.values()
           
 

Methods in org.dasein.attributes with parameters of type DataType
 DataTypeFactory.Constraint DataTypeFactory.Constraint.newConstraint(DataType<?> t)
          Makes a copy of this constraint with a different data type.
 

Constructors in org.dasein.attributes with parameters of type DataType
AttributeMap.AttributeWrapper(DataType<T> t, Object val)
           
DataTypeFactory.Constraint(String nom, DataType<?> t)
           
DataTypeFactory.Constraint(String nom, DataType<?> t, boolean cmpl)
          Constructs a new constraint.
 

Constructor parameters in org.dasein.attributes with type arguments of type DataType
DataTypeMap(Map<String,? extends DataType<? extends Object>> map)
          Constructs a new data type map with type information from the provided mapping.
DataTypeMap(Map<String,? extends DataType<? extends Object>> map1, Map<String,? extends DataType<? extends Object>> map2)
          A constructor that essentially serves as a copying mechanism to allow you to add entries into a data type map.
DataTypeMap(Map<String,? extends DataType<? extends Object>> map1, Map<String,? extends DataType<? extends Object>> map2)
          A constructor that essentially serves as a copying mechanism to allow you to add entries into a data type map.
 

Uses of DataType in org.dasein.attributes.types
 

Subclasses of DataType in org.dasein.attributes.types
static class BooleanFactory.BooleanAttribute
           Implements the rules around a boolean value.
static class CurrencyFactory.CurrencyAttribute
           Implementation of rules for currency attributes.
static class DateFactory.DateAttribute
           
static class DecimalFactory.DecimalAttribute
           
static class NameValuePairFactory.NameValuePairAttribute
           
static class NumberFactory.NumberAttribute
           
static class StringFactory.StringAttribute
           
static class TimeFactory.DateAttribute
           
 

Methods in org.dasein.attributes.types that return DataType
 DataType<Date> TimeFactory.getType(boolean ml, boolean mv, boolean req, String... typeArgs)
           
 DataType<String> StringFactory.getType(boolean ml, boolean mv, boolean req, String... params)
           
 DataType<Number> NumberFactory.getType(boolean ml, boolean mv, boolean req, String... params)
           
 DataType<NameValuePair> NameValuePairFactory.getType(boolean ml, boolean mv, boolean req, String... params)
           
 DataType<Double> DecimalFactory.getType(boolean ml, boolean mv, boolean req, String... params)
           
 DataType<Date> DateFactory.getType(boolean ml, boolean mv, boolean req, String... typeArgs)
           
 DataType<Currency> CurrencyFactory.getType(boolean ml, boolean mv, boolean req, String... params)
          Provides a currency data type instance that supports the specified type rules.
 DataType<Boolean> BooleanFactory.getType(boolean ml, boolean mv, boolean req, String... params)
          Technically, you can have a multi-lingual or multi-valued boolean, but why would you?
 DataType<Date> TimeFactory.getType(String grp, Number idx, boolean ml, boolean mv, boolean req, String... typeArgs)
           
 DataType<String> StringFactory.getType(String grp, Number idx, boolean ml, boolean mv, boolean req, String... params)
           
 DataType<Number> NumberFactory.getType(String grp, Number idx, boolean ml, boolean mv, boolean req, String... params)
           
 DataType<NameValuePair> NameValuePairFactory.getType(String grp, Number idx, boolean ml, boolean mv, boolean req, String... params)
           
 DataType<Double> DecimalFactory.getType(String grp, Number idx, boolean ml, boolean mv, boolean req, String... params)
           
 DataType<Date> DateFactory.getType(String grp, Number idx, boolean ml, boolean mv, boolean req, String... typeArgs)
           
 DataType<Currency> CurrencyFactory.getType(String grp, Number idx, boolean ml, boolean mv, boolean req, String... params)
          Provides a currency data type instance that supports the specified type rules.
 DataType<Boolean> BooleanFactory.getType(String grp, Number idx, boolean ml, boolean mv, boolean req, String... params)
          Technically, you can have a multi-lingual or multi-valued boolean, but why would you?
 



Copyright © 2012 enStratus Networks Inc. All Rights Reserved.