Uses of Class
org.hibernate.validator.internal.xml.ValidatedExecutablesType

Packages that use ValidatedExecutablesType
org.hibernate.validator.internal.xml Classes for parsing of Bean Validation XML configuration files. 
 

Uses of ValidatedExecutablesType in org.hibernate.validator.internal.xml
 

Fields in org.hibernate.validator.internal.xml declared as ValidatedExecutablesType
protected  ValidatedExecutablesType ValidationConfigType.validatedExecutables
           
 

Methods in org.hibernate.validator.internal.xml that return ValidatedExecutablesType
 ValidatedExecutablesType ObjectFactory.createValidatedExecutablesType()
          Create an instance of ValidatedExecutablesType
 ValidatedExecutablesType ValidationConfigType.getValidatedExecutables()
          Gets the value of the validatedExecutables property.
 

Methods in org.hibernate.validator.internal.xml with parameters of type ValidatedExecutablesType
 void ValidationConfigType.setValidatedExecutables(ValidatedExecutablesType value)
          Sets the value of the validatedExecutables property.
 



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