com.adactus.mpeg21.didl.entity
Class ConditionType
java.lang.Object
com.adactus.mpeg21.didl.entity.DIDLBaseType
com.adactus.mpeg21.didl.entity.DIDLChildType
com.adactus.mpeg21.didl.entity.ConditionType
- All Implemented Interfaces:
- Condition, java.io.Serializable, javolution.lang.Reusable
public class ConditionType
- extends DIDLChildType
- implements Condition, javolution.lang.Reusable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ELEMENT_NAME
public static final java.lang.String ELEMENT_NAME
- See Also:
- Constant Field Values
ConditionType
public ConditionType()
getExcepted
public java.lang.String getExcepted()
getExcepts
public java.lang.String[] getExcepts()
- Description copied from interface:
Condition
- Get the selections which together resolve this condition to false
- Specified by:
getExcepts
in interface Condition
- Returns:
- an array of selections which will resolve this condition to false
getParent
public DIDLParentType getParent()
getRequired
public java.lang.String getRequired()
getRequires
public java.lang.String[] getRequires()
- Description copied from interface:
Condition
- Get the selections which together resolve this condition to true
- Specified by:
getRequires
in interface Condition
- Returns:
- an array of selections which will resolve this condition to true
newInstance
public static ConditionType newInstance()
recycle
public static void recycle(ConditionType type)
reset
public void reset()
- Specified by:
reset
in interface javolution.lang.Reusable
setExcepted
public void setExcepted(java.lang.String excepted)
setParent
public void setParent(DIDLParentType parent)
setRequired
public void setRequired(java.lang.String required)