|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Entry<T>
This interface defines the contract for the Entry
xsd type
Method Summary | |
---|---|
Item<Entry<T>> |
getOrCreateItem()
If not already created, a new Item element with the given value will be created. |
Entry<T> |
removeItem()
Removes the Item element |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
Item<Entry<T>> getOrCreateItem()
Item
element with the given value will be created.
Otherwise, the existing Item
element will be returned.
Item>
Entry<T> removeItem()
Item
element
Entry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |