ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.j2ee14.EjbLocalRefType

Packages that use EjbLocalRefType
org.jboss.shrinkwrap.descriptor.api.j2ee14 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of EjbLocalRefType in org.jboss.shrinkwrap.descriptor.api.j2ee14
 

Methods in org.jboss.shrinkwrap.descriptor.api.j2ee14 that return EjbLocalRefType
 EjbLocalRefType<T> EjbLocalRefType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 EjbLocalRefType<T> EjbLocalRefType.ejbLink(String ejbLink)
          Sets the ejb-link element
 EjbLocalRefType<T> EjbLocalRefType.ejbRefName(String ejbRefName)
          Sets the ejb-ref-name element
 EjbLocalRefType<T> EjbLocalRefType.ejbRefType(EjbRefTypeType ejbRefType)
          Sets the ejb-ref-type element
 EjbLocalRefType<T> EjbLocalRefType.ejbRefType(String ejbRefType)
          Sets the ejb-ref-type element
 EjbLocalRefType<T> EjbLocalRefType.local(String local)
          Sets the local element
 EjbLocalRefType<T> EjbLocalRefType.localHome(String localHome)
          Sets the local-home element
 EjbLocalRefType<T> EjbLocalRefType.removeAllDescription()
          Removes the description element
 EjbLocalRefType<T> EjbLocalRefType.removeEjbLink()
          Removes the ejb-link element
 EjbLocalRefType<T> EjbLocalRefType.removeEjbRefName()
          Removes the ejb-ref-name element
 EjbLocalRefType<T> EjbLocalRefType.removeEjbRefType()
          Removes the ejb-ref-type attribute
 EjbLocalRefType<T> EjbLocalRefType.removeLocal()
          Removes the local element
 EjbLocalRefType<T> EjbLocalRefType.removeLocalHome()
          Removes the local-home element
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.