|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Component
A component is the binding of a resource to all of its relevant descriptors.
In other words, it links a collection of descriptors (metadata) to a resource (binary resource).
Notably, the component allows for multiple descriptors and thus allows for its resource to be
described using several different metadata formats in parallell.
| Method Summary | |
|---|---|
java.util.List<Anchor> |
getAnchors()
Get the Anchors associated with this instance. |
java.util.List<Condition> |
getConditions()
Get the Conditions associated with this instance. |
java.util.List<Descriptor> |
getDescriptors()
Get the Descriptors associated with this instance. |
java.lang.String |
getIdentifier()
Get the identifier of this element. |
java.util.List<Resource> |
getResources()
Get the Resources associated with this instance. |
| Method Detail |
|---|
java.util.List<Anchor> getAnchors()
Anchors associated with this instance.
java.util.List<Condition> getConditions()
Conditions associated with this instance.
java.util.List<Descriptor> getDescriptors()
Descriptors associated with this instance.
java.lang.String getIdentifier()
java.util.List<Resource> getResources()
Resources associated with this instance.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||