Uses of Class
com.adactus.mpeg21.didl.entity.ConditionType

Packages that use ConditionType
com.adactus.mpeg21.didl.entity   
com.adactus.mpeg21.didl.model   
 

Uses of ConditionType in com.adactus.mpeg21.didl.entity
 

Methods in com.adactus.mpeg21.didl.entity that return ConditionType
static ConditionType ConditionType.newInstance()
           
 

Methods in com.adactus.mpeg21.didl.entity that return types with arguments of type ConditionType
 java.util.List<ConditionType> SelectionType.getConditions()
           
 java.util.List<ConditionType> ItemType.getConditionTypes()
           
 

Methods in com.adactus.mpeg21.didl.entity with parameters of type ConditionType
 boolean ChoiceType.add(ConditionType o)
           
 boolean DescriptorType.add(ConditionType o)
           
 boolean SelectionType.add(ConditionType o)
           
 boolean ItemType.add(ConditionType o)
           
 boolean AnchorType.add(ConditionType o)
           
 boolean ComponentType.add(ConditionType o)
           
static void ConditionType.recycle(ConditionType type)
           
 boolean ChoiceType.remove(ConditionType o)
           
 boolean DescriptorType.remove(ConditionType o)
           
 boolean SelectionType.remove(ConditionType o)
           
 boolean ItemType.remove(ConditionType o)
           
 boolean AnchorType.remove(ConditionType o)
           
 boolean ComponentType.remove(ConditionType o)
           
 

Uses of ConditionType in com.adactus.mpeg21.didl.model
 

Methods in com.adactus.mpeg21.didl.model that return types with arguments of type ConditionType
 java.util.List<ConditionType> Selection.getConditions()
          Get the Conditions associated with this instance.