|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Map<T>
This interface defines the contract for the Map
xsd type
Method Summary | |
---|---|
Entry<Map<T>> |
createEntry()
Creates a new Entry element |
List<Entry<Map<T>>> |
getAllEntry()
Returns all Entry elements |
String |
getId()
Returns the id attribute |
Entry<Map<T>> |
getOrCreateEntry()
If not already created, a new Entry element will be created and returned. |
Map<T> |
id(String id)
Sets the id attribute |
Map<T> |
removeAllEntry()
Removes all Entry elements |
Map<T> |
removeId()
Removes the id attribute |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
Entry<Map<T>> getOrCreateEntry()
Entry
element will be created and returned.
Otherwise, the first existing Entry
element will be returned.
Entry
Entry<Map<T>> createEntry()
Entry
element
Entry
List<Entry<Map<T>>> getAllEntry()
Entry
elements
Entry
Map<T> removeAllEntry()
Entry
elements
Entry
Map<T> id(String id)
id
attribute
id
- the value for the attribute id
Map
String getId()
id
attribute
id
Map<T> removeId()
id
attribute
Map
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |