Package | Description |
---|---|
org.hibernate.validator.internal.xml |
Classes for parsing of Bean Validation XML configuration files.
|
Modifier and Type | Field and Description |
---|---|
protected ReturnValueType |
ConstructorType.returnValue |
protected ReturnValueType |
MethodType.returnValue |
Modifier and Type | Method and Description |
---|---|
ReturnValueType |
ObjectFactory.createReturnValueType()
Create an instance of
ReturnValueType |
ReturnValueType |
ConstructorType.getReturnValue()
Gets the value of the returnValue property.
|
ReturnValueType |
MethodType.getReturnValue()
Gets the value of the returnValue property.
|
Modifier and Type | Method and Description |
---|---|
void |
ConstructorType.setReturnValue(ReturnValueType value)
Sets the value of the returnValue property.
|
void |
MethodType.setReturnValue(ReturnValueType value)
Sets the value of the returnValue property.
|
Copyright © 2007-2013 Red Hat, Inc. All Rights Reserved