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

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

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

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

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

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

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

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