|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adactus.mpeg21.didl.entity.DIDLBaseType
com.adactus.mpeg21.didl.entity.DIDLChildType
com.adactus.mpeg21.didl.entity.DIDLParentType
com.adactus.mpeg21.didl.entity.DescriptorType
public class DescriptorType
Descriptor implementation.
| Field Summary | |
|---|---|
static java.lang.String |
ELEMENT_NAME
|
| Constructor Summary | |
|---|---|
DescriptorType()
|
|
| Method Summary | |
|---|---|
boolean |
add(ComponentType o)
|
boolean |
add(ConditionType o)
|
boolean |
add(DescriptorType o)
|
boolean |
add(StatementType o)
|
ComponentType |
getComponent()
Get the Component of this Descriptor. |
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. |
DIDLParentType |
getParent()
|
StatementType |
getStatement()
Get the Statement of this Descriptor. |
static DescriptorType |
newInstance()
|
static void |
recycle(DescriptorType type)
|
boolean |
remove(ComponentType o)
|
boolean |
remove(ConditionType o)
|
boolean |
remove(DescriptorType o)
|
boolean |
remove(StatementType o)
|
void |
reset()
|
void |
setIdentifier(java.lang.String id)
|
void |
setParent(DIDLParentType parent)
|
| Methods inherited from class com.adactus.mpeg21.didl.entity.DIDLParentType |
|---|
getChildren, setChildren |
| Methods inherited from class com.adactus.mpeg21.didl.entity.DIDLChildType |
|---|
getId, setId |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ELEMENT_NAME
| Constructor Detail |
|---|
public DescriptorType()
| Method Detail |
|---|
public boolean add(ComponentType o)
public boolean add(ConditionType o)
public boolean add(DescriptorType o)
public boolean add(StatementType o)
public ComponentType getComponent()
DescriptorComponent of this Descriptor.
getComponent in interface Descriptorpublic java.util.List<Condition> getConditions()
DescriptorConditions associated with this instance.
getConditions in interface Descriptorpublic java.util.List<Descriptor> getDescriptors()
DescriptorDescriptors associated with this instance.
getDescriptors in interface Descriptorpublic java.lang.String getIdentifier()
Descriptor
getIdentifier in interface Descriptorpublic DIDLParentType getParent()
public StatementType getStatement()
DescriptorStatement of this Descriptor.
getStatement in interface Descriptorpublic static DescriptorType newInstance()
public static void recycle(DescriptorType type)
public boolean remove(ComponentType o)
public boolean remove(ConditionType o)
public boolean remove(DescriptorType o)
public boolean remove(StatementType o)
public void reset()
reset in interface javolution.lang.Reusablepublic void setIdentifier(java.lang.String id)
public void setParent(DIDLParentType parent)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||