Uses of Class
org.hibernate.validation.xml.ConstraintType

Packages that use ConstraintType
org.hibernate.validation.xml   
 

Uses of ConstraintType in org.hibernate.validation.xml
 

Fields in org.hibernate.validation.xml with type parameters of type ConstraintType
protected  java.util.List<ConstraintType> GetterType.constraint
           
protected  java.util.List<ConstraintType> FieldType.constraint
           
protected  java.util.List<ConstraintType> ClassType.constraint
           
 

Methods in org.hibernate.validation.xml that return ConstraintType
 ConstraintType ObjectFactory.createConstraintType()
          Create an instance of ConstraintType
 

Methods in org.hibernate.validation.xml that return types with arguments of type ConstraintType
 java.util.List<ConstraintType> GetterType.getConstraint()
          Gets the value of the constraint property.
 java.util.List<ConstraintType> FieldType.getConstraint()
          Gets the value of the constraint property.
 java.util.List<ConstraintType> ClassType.getConstraint()
          Gets the value of the constraint property.
 



Copyright © 2007-2009. All Rights Reserved.