Uses of Class
org.apache.openejb.jee.was.v6.ejb.ReturnTypeMappingEnum
-
Packages that use ReturnTypeMappingEnum Package Description org.apache.openejb.jee.was.v6.ejb Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of ReturnTypeMappingEnum in org.apache.openejb.jee.was.v6.ejb
Fields in org.apache.openejb.jee.was.v6.ejb declared as ReturnTypeMappingEnum Modifier and Type Field Description protected ReturnTypeMappingEnumQuery. returnTypeMappingMethods in org.apache.openejb.jee.was.v6.ejb that return ReturnTypeMappingEnum Modifier and Type Method Description static ReturnTypeMappingEnumReturnTypeMappingEnum. fromValue(String v)ReturnTypeMappingEnumQuery. getReturnTypeMapping()Gets the value of the returnTypeMapping property.static ReturnTypeMappingEnumReturnTypeMappingEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ReturnTypeMappingEnum[]ReturnTypeMappingEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.openejb.jee.was.v6.ejb with parameters of type ReturnTypeMappingEnum Modifier and Type Method Description voidQuery. setReturnTypeMapping(ReturnTypeMappingEnum value)Sets the value of the returnTypeMapping property.
-