Uses of Class
org.apache.openejb.jee.EjbReference.Type
-
Packages that use EjbReference.Type Package Description org.apache.openejb.jee Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of EjbReference.Type in org.apache.openejb.jee
Fields in org.apache.openejb.jee declared as EjbReference.Type Modifier and Type Field Description protected EjbReference.TypeEjbRef. refTypeMethods in org.apache.openejb.jee that return EjbReference.Type Modifier and Type Method Description EjbReference.TypeEjbLocalRef. getRefType()EjbReference.TypeEjbRef. getRefType()EjbReference.TypeEjbReference. getRefType()static EjbReference.TypeEjbReference.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static EjbReference.Type[]EjbReference.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.openejb.jee with parameters of type EjbReference.Type Modifier and Type Method Description voidEjbLocalRef. setRefType(EjbReference.Type refType)voidEjbRef. setRefType(EjbReference.Type refType)voidEjbReference. setRefType(EjbReference.Type refType)
-