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

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

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

Fields in org.apache.bval.jsr303.xml with type parameters of type ElementType
protected  List<ElementType> ConstraintType.element
           
protected  List<ElementType> AnnotationType.element
           
 

Methods in org.apache.bval.jsr303.xml that return ElementType
 ElementType ObjectFactory.createElementType()
          Create an instance of ElementType
 

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



Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.