Uses of Class
org.apache.openejb.jee.bval.ReturnValueType
-
Packages that use ReturnValueType Package Description org.apache.openejb.jee.bval Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of ReturnValueType in org.apache.openejb.jee.bval
Fields in org.apache.openejb.jee.bval declared as ReturnValueType Modifier and Type Field Description protected ReturnValueTypeConstructorType. returnValueprotected ReturnValueTypeMethodType. returnValueMethods in org.apache.openejb.jee.bval that return ReturnValueType Modifier and Type Method Description ReturnValueTypeObjectFactory. createReturnValueType()Create an instance ofReturnValueTypeReturnValueTypeConstructorType. getReturnValue()Gets the value of the returnValue property.ReturnValueTypeMethodType. getReturnValue()Gets the value of the returnValue property.Methods in org.apache.openejb.jee.bval with parameters of type ReturnValueType Modifier and Type Method Description voidConstructorType. setReturnValue(ReturnValueType value)Sets the value of the returnValue property.voidMethodType. setReturnValue(ReturnValueType value)Sets the value of the returnValue property.
-