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

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

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

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



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