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

Packages that use ConstraintType
org.hibernate.validator.xml Classes used to parse Bean Validation XML configuration files. 
 

Uses of ConstraintType in org.hibernate.validator.xml
 

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

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

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



Copyright © 2007-2011 Red Hat Middleware, LLC. All Rights Reserved