|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Item
The Item is the standard wrapper for linking sets of descriptors (metadata) and components (resources) together in a 'package':
An item that contains no sub-items can be considered an entity -- a logically indivisible work.
An item that does contain sub-items can be considered a compilation -- a work composed of potentially independent sub-parts.
Items are recusive elements, meaning that an item might have its own items.
For example, a digital item representation of a diskografi might organize each album in its own Item, and each track in a component within each item.
Method Summary | |
---|---|
java.util.List<Choice> |
getChoices()
Get the Choice s associated with this instance. |
java.util.List<Component> |
getComponents()
Get the Component s associated with this instance. |
java.util.List<Condition> |
getConditions()
Get the Condition s associated with this instance. |
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<Choice> getChoices()
Choice
s associated with this instance.
java.util.List<Component> getComponents()
Component
s associated with this instance.
java.util.List<Condition> getConditions()
Condition
s associated with this instance.
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 |