Uses of Class
org.dasein.attributes.DataTypeFactory.Constraint

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

Methods in org.dasein.attributes that return DataTypeFactory.Constraint
 DataTypeFactory.Constraint DataTypeFactory.getConstraint(String... typeInfo)
           Provides the next constrain on this data type based on provided type info.
 DataTypeFactory.Constraint DataTypeFactory.Constraint.newConstraint(DataType<?> t)
          Makes a copy of this constraint with a different data type.
 

Methods in org.dasein.attributes that return types with arguments of type DataTypeFactory.Constraint
 Collection<DataTypeFactory.Constraint> DataTypeFactory.getConstraints()
          Implementing classes should override this method to define any governing constraints.
 

Uses of DataTypeFactory.Constraint in org.dasein.attributes.types
 

Methods in org.dasein.attributes.types that return DataTypeFactory.Constraint
 DataTypeFactory.Constraint StringFactory.getConstraint(String... typeInfo)
          Overrides the default method to allow conditional checking.
 

Methods in org.dasein.attributes.types that return types with arguments of type DataTypeFactory.Constraint
 Collection<DataTypeFactory.Constraint> StringFactory.getConstraints()
           
 



Copyright © 2012 enStratus Networks Inc. All Rights Reserved.