|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Container
A container is a structure that allows items and/or containers to be grouped. These groupings of items and/or containers can be used to form logical packages
(for transport or exchange) or logical shelves (for organization).
It should be noted that a container itself is not an item; containers are groupings of items and/or containers.
Method Summary | |
---|---|
java.util.List<Container> |
getContainers()
|
java.util.List<Descriptor> |
getDescriptors()
Get the Descriptor s associated with this instance. |
java.lang.String |
getIdentifier()
Get the identifier of this element. |
java.util.List<Item> |
getItems()
Get the Item s associated with this instance. |
Method Detail |
---|
java.util.List<Container> getContainers()
java.util.List<Descriptor> getDescriptors()
Descriptor
s associated with this instance.
java.lang.String getIdentifier()
java.util.List<Item> getItems()
Item
s associated with this instance.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |