Uses of Class
org.apache.bval.jsr.xml.ReturnValueType
-
Packages that use ReturnValueType Package Description org.apache.bval.jsr.xml -
-
Uses of ReturnValueType in org.apache.bval.jsr.xml
Fields in org.apache.bval.jsr.xml declared as ReturnValueType Modifier and Type Field Description protected ReturnValueTypeConstructorType. returnValueprotected ReturnValueTypeMethodType. returnValueMethods in org.apache.bval.jsr.xml that return ReturnValueType Modifier and Type Method Description ReturnValueTypeObjectFactory. createReturnValueType()Create an instance ofReturnValueTypeReturnValueTypeConstructorType. getReturnValue()Obtient la valeur de la propriété returnValue.ReturnValueTypeMethodType. getReturnValue()Obtient la valeur de la propriété returnValue.Methods in org.apache.bval.jsr.xml with parameters of type ReturnValueType Modifier and Type Method Description voidConstructorType. setReturnValue(ReturnValueType value)Définit la valeur de la propriété returnValue.voidMethodType. setReturnValue(ReturnValueType value)Définit la valeur de la propriété returnValue.
-