|
|||||||||
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 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. |
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()
Descriptor
Component
of this Descriptor.
getComponent
in interface Descriptor
public java.util.List<Condition> getConditions()
Descriptor
Condition
s associated with this instance.
getConditions
in interface Descriptor
public java.util.List<Descriptor> getDescriptors()
Descriptor
Descriptor
s associated with this instance.
getDescriptors
in interface Descriptor
public java.lang.String getIdentifier()
Descriptor
getIdentifier
in interface Descriptor
public DIDLParentType getParent()
public StatementType getStatement()
Descriptor
Statement
of this Descriptor.
getStatement
in interface Descriptor
public 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.Reusable
public 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 |