Uses of Interface
org.jboss.shrinkwrap.descriptor.api.ejbjar31.DependsOnType

Packages that use DependsOnType
org.jboss.shrinkwrap.descriptor.api.ejbjar31 Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.ejbjar31 Provides the implementation classes as defined in the schema ejb-jar_3_1.xsd 
 

Uses of DependsOnType in org.jboss.shrinkwrap.descriptor.api.ejbjar31
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return DependsOnType
 DependsOnType<SessionBeanType<T>> SessionBeanType.dependsOn()
          If not already created, a new depends-on element will be created and returned.
 DependsOnType<T> DependsOnType.removeAllEjbName()
          Removes the ejb-name element
 DependsOnType<T> DependsOnType.setEjbName(java.lang.String ejbName)
          Creates a new ejb-name element
 DependsOnType<T> DependsOnType.setEjbNameList(java.lang.String... values)
          Creates for all String objects representing ejb-name elements, a new ejb-name element
 

Uses of DependsOnType in org.jboss.shrinkwrap.descriptor.impl.ejbjar31
 

Classes in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that implement DependsOnType
 class DependsOnTypeImpl<T>
          This class implements the depends-onType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return DependsOnType
 DependsOnType<SessionBeanType<T>> SessionBeanTypeImpl.dependsOn()
          If not already created, a new depends-on element will be created and returned.
 DependsOnType<T> DependsOnTypeImpl.removeAllEjbName()
          Removes the ejb-name element
 DependsOnType<T> DependsOnTypeImpl.setEjbName(java.lang.String ejbName)
          Creates a new ejb-name element
 DependsOnType<T> DependsOnTypeImpl.setEjbNameList(java.lang.String... values)
          Creates for all String objects representing ejb-name elements, a new ejb-name element