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

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

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

Fields in org.hibernate.validator.internal.xml declared as CrossParameterType
protected  CrossParameterType MethodType.crossParameter
           
protected  CrossParameterType ConstructorType.crossParameter
           
 

Methods in org.hibernate.validator.internal.xml that return CrossParameterType
 CrossParameterType ObjectFactory.createCrossParameterType()
          Create an instance of CrossParameterType
 CrossParameterType MethodType.getCrossParameter()
          Gets the value of the crossParameter property.
 CrossParameterType ConstructorType.getCrossParameter()
          Gets the value of the crossParameter property.
 

Methods in org.hibernate.validator.internal.xml with parameters of type CrossParameterType
 void MethodType.setCrossParameter(CrossParameterType value)
          Sets the value of the crossParameter property.
 void ConstructorType.setCrossParameter(CrossParameterType value)
          Sets the value of the crossParameter property.
 



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