Uses of Class
org.apache.bval.jsr303.xml.ConstraintType

Packages that use ConstraintType
org.apache.bval.jsr303.xml   
 

Uses of ConstraintType in org.apache.bval.jsr303.xml
 

Fields in org.apache.bval.jsr303.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.apache.bval.jsr303.xml that return ConstraintType
 ConstraintType ObjectFactory.createConstraintType()
          Create an instance of ConstraintType
 

Methods in org.apache.bval.jsr303.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 © 2010-2012 Apache Software Foundation. All Rights Reserved.