Uses of Class
org.apache.openejb.jee.EjbReference.Type

Packages that use EjbReference.Type
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
protected  EjbReference.Type EjbRef.refType
           
 

Methods in org.apache.openejb.jee that return EjbReference.Type
 EjbReference.Type EjbRef.getRefType()
           
 EjbReference.Type EjbLocalRef.getRefType()
           
 EjbReference.Type EjbReference.getRefType()
           
static EjbReference.Type EjbReference.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
 void EjbRef.setRefType(EjbReference.Type refType)
           
 void EjbLocalRef.setRefType(EjbReference.Type refType)
           
 void EjbReference.setRefType(EjbReference.Type refType)
           
 



Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.