Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar31 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
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 © 2019 JBoss by Red Hat. All rights reserved.