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

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

Uses of ElementType in org.hibernate.validator.xml
 

Fields in org.hibernate.validator.xml with type parameters of type ElementType
protected  List<ElementType> AnnotationType.element
           
protected  List<ElementType> ConstraintType.element
           
 

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

Methods in org.hibernate.validator.xml that return types with arguments of type ElementType
 List<ElementType> AnnotationType.getElement()
          Gets the value of the element property.
 List<ElementType> ConstraintType.getElement()
          Gets the value of the element property.
 



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