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

Packages that use EjbRefTypeType
org.jboss.shrinkwrap.descriptor.api.javaee6 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.jbosscommon60 Provides the interfaces and enumeration types as defined in the schema 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 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(String value)
           
static EjbRefTypeType EjbRefTypeType.valueOf(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.javaee6 with parameters of type EjbRefTypeType
 EjbRefType<T> EjbRefType.ejbRefType(EjbRefTypeType ejbRefType)
          Sets the ejb-ref-type element
 EjbLocalRefType<T> EjbLocalRefType.ejbRefType(EjbRefTypeType ejbRefType)
          Sets the ejb-ref-type element
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon60 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.jbosscommon60 with parameters of type EjbRefTypeType
 EjbRefType<T> EjbRefType.ejbRefType(EjbRefTypeType ejbRefType)
          Sets the ejb-ref-type element
 EjbLocalRefType<T> EjbLocalRefType.ejbRefType(EjbRefTypeType ejbRefType)
          Sets the ejb-ref-type element
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.