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 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return DependsOnType
 DependsOnType<T> DependsOnType.ejbName(String... values)
          Creates for all String objects representing ejb-name elements, a new ejb-name element
 DependsOnType<SessionBeanType<T>> SessionBeanType.getOrCreateDependsOn()
          If not already created, a new depends-on element with the given value will be created.
 DependsOnType<T> DependsOnType.id(String id)
          Sets the id attribute
 DependsOnType<T> DependsOnType.removeAllEjbName()
          Removes the ejb-name element
 DependsOnType<T> DependsOnType.removeId()
          Removes the id attribute
 



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