Uses of Class
org.jboss.shrinkwrap.descriptor.api.javaee5.EjbRefTypeType

Packages that use EjbRefTypeType
org.jboss.shrinkwrap.descriptor.api.javaee5 Provides the interfaces and enumeration types as defined in the schema javaee_5.xsd 
org.jboss.shrinkwrap.descriptor.api.jbosscommon51 Provides the interfaces and enumeration types as defined in the schema jboss-common_5_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.javaee5 Provides the implementation classes as defined in the schema javaee_5.xsd 
org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 Provides the implementation classes as defined in the schema jboss-common_5_1.xsd 
 

Uses of EjbRefTypeType in org.jboss.shrinkwrap.descriptor.api.javaee5
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee5 that return EjbRefTypeType
 EjbRefTypeType EjbRefType.getEjbRefType()
          Returns the ejb-ref-type element
 EjbRefTypeType EjbLocalRefType.getEjbRefType()
          Returns the ejb-ref-type element
static EjbRefTypeType EjbRefTypeType.getFromStringValue(java.lang.String value)
           
static EjbRefTypeType EjbRefTypeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EjbRefTypeType[] EjbRefTypeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee5 with parameters of type EjbRefTypeType
 EjbRefType<T> EjbRefType.setEjbRefType(EjbRefTypeType ejbRefType)
          If not already created, a new ejb-ref-type element with the given value will be created.
 EjbLocalRefType<T> EjbLocalRefType.setEjbRefType(EjbRefTypeType ejbRefType)
          If not already created, a new ejb-ref-type element with the given value will be created.
 

Uses of EjbRefTypeType in org.jboss.shrinkwrap.descriptor.api.jbosscommon51
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon51 that return EjbRefTypeType
 EjbRefTypeType EjbRefType.getEjbRefType()
          Returns the ejb-ref-type element
 EjbRefTypeType EjbLocalRefType.getEjbRefType()
          Returns the ejb-ref-type element
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon51 with parameters of type EjbRefTypeType
 EjbRefType<T> EjbRefType.setEjbRefType(EjbRefTypeType ejbRefType)
          If not already created, a new ejb-ref-type element with the given value will be created.
 EjbLocalRefType<T> EjbLocalRefType.setEjbRefType(EjbRefTypeType ejbRefType)
          If not already created, a new ejb-ref-type element with the given value will be created.
 

Uses of EjbRefTypeType in org.jboss.shrinkwrap.descriptor.impl.javaee5
 

Methods in org.jboss.shrinkwrap.descriptor.impl.javaee5 that return EjbRefTypeType
 EjbRefTypeType EjbLocalRefTypeImpl.getEjbRefType()
          Returns the ejb-ref-type element
 EjbRefTypeType EjbRefTypeImpl.getEjbRefType()
          Returns the ejb-ref-type element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.javaee5 with parameters of type EjbRefTypeType
 EjbLocalRefType<T> EjbLocalRefTypeImpl.setEjbRefType(EjbRefTypeType ejbRefType)
          If not already created, a new ejb-ref-type element with the given value will be created.
 EjbRefType<T> EjbRefTypeImpl.setEjbRefType(EjbRefTypeType ejbRefType)
          If not already created, a new ejb-ref-type element with the given value will be created.
 

Uses of EjbRefTypeType in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 that return EjbRefTypeType
 EjbRefTypeType EjbRefTypeImpl.getEjbRefType()
          Returns the ejb-ref-type element
 EjbRefTypeType EjbLocalRefTypeImpl.getEjbRefType()
          Returns the ejb-ref-type element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 with parameters of type EjbRefTypeType
 EjbRefType<T> EjbRefTypeImpl.setEjbRefType(EjbRefTypeType ejbRefType)
          If not already created, a new ejb-ref-type element with the given value will be created.
 EjbLocalRefType<T> EjbLocalRefTypeImpl.setEjbRefType(EjbRefTypeType ejbRefType)
          If not already created, a new ejb-ref-type element with the given value will be created.