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

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

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

Fields in org.hibernate.validator.internal.xml declared as ReturnValueType
protected  ReturnValueType MethodType.returnValue
           
protected  ReturnValueType ConstructorType.returnValue
           
 

Methods in org.hibernate.validator.internal.xml that return ReturnValueType
 ReturnValueType ObjectFactory.createReturnValueType()
          Create an instance of ReturnValueType
 ReturnValueType MethodType.getReturnValue()
          Gets the value of the returnValue property.
 ReturnValueType ConstructorType.getReturnValue()
          Gets the value of the returnValue property.
 

Methods in org.hibernate.validator.internal.xml with parameters of type ReturnValueType
 void MethodType.setReturnValue(ReturnValueType value)
          Sets the value of the returnValue property.
 void ConstructorType.setReturnValue(ReturnValueType value)
          Sets the value of the returnValue property.
 



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