Uses of Class
velosurf.validation.FieldConstraint

Packages that use FieldConstraint
velosurf.model Classes linked to the data model : entities, attributes and actions Package Specification
velosurf.validation   
 

Uses of FieldConstraint in velosurf.model
 

Fields in velosurf.model declared as FieldConstraint
protected  FieldConstraint Entity.FieldConstraintInfo.constraint
           
 

Methods in velosurf.model with parameters of type FieldConstraint
 void Entity.addConstraint(java.lang.String column, FieldConstraint constraint)
           
 

Constructors in velosurf.model with parameters of type FieldConstraint
Entity.FieldConstraintInfo(java.lang.String col, FieldConstraint constr)
           
 

Uses of FieldConstraint in velosurf.validation
 

Subclasses of FieldConstraint in velosurf.validation
 class DateRange
          A type and range constraint on dates.
 class Email
          An 'email' constraint.
 class Length
          A string length constraint.
 class NotEmpty
          A "not empty" constraint.
 class NotNull
          A "not null" constraint.
 class OneOf
          An enumeration constraint.
 class Range
          A type and range constraint on numbers.
 class Reference
          A foreign key constraint.
 class Regex
          A regular expression pattern constraint.
 



~ooOoo~