|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DependsOnType<T>
This interface defines the contract for the depends-onType
xsd type
Method Summary | |
---|---|
DependsOnType<T> |
ejbName(String... values)
Creates for all String objects representing ejb-name elements,
a new ejb-name element |
List<String> |
getAllEjbName()
Returns all ejb-name elements |
String |
getId()
Returns the id attribute |
DependsOnType<T> |
id(String id)
Sets the id attribute |
DependsOnType<T> |
removeAllEjbName()
Removes the ejb-name element |
DependsOnType<T> |
removeId()
Removes the id attribute |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
DependsOnType<T> ejbName(String... values)
ejb-name
elements,
a new ejb-name
element
values
- list of ejb-name
objects
DependsOnType
List<String> getAllEjbName()
ejb-name
elements
ejb-name
DependsOnType<T> removeAllEjbName()
ejb-name
element
DependsOnType
DependsOnType<T> id(String id)
id
attribute
id
- the value for the attribute id
DependsOnType
String getId()
id
attribute
id
DependsOnType<T> removeId()
id
attribute
DependsOnType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |