Uses of Interface
com.adactus.mpeg21.didl.model.Descriptor

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

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

Classes in com.adactus.mpeg21.didl.entity that implement Descriptor
 class DescriptorType
          Descriptor implementation.
 

Methods in com.adactus.mpeg21.didl.entity that return types with arguments of type Descriptor
 java.util.List<Descriptor> ChoiceType.getDescriptors()
           
 java.util.List<Descriptor> ContainerType.getDescriptors()
           
 java.util.List<Descriptor> DescriptorType.getDescriptors()
           
 java.util.List<Descriptor> DeclarationsType.getDescriptors()
           
 java.util.List<Descriptor> ItemType.getDescriptors()
           
 java.util.List<Descriptor> AnnotationType.getDescriptors()
           
 java.util.List<Descriptor> AnchorType.getDescriptors()
           
 java.util.List<Descriptor> ComponentType.getDescriptors()
           
 

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

Methods in com.adactus.mpeg21.didl.model that return types with arguments of type Descriptor
 java.util.List<Descriptor> Annotation.getDescriptors()
          Get the Descriptors associated with this instance.
 java.util.List<Descriptor> Choice.getDescriptors()
          Get the Descriptors associated with this instance.
 java.util.List<Descriptor> Component.getDescriptors()
          Get the Descriptors associated with this instance.
 java.util.List<Descriptor> Declarations.getDescriptors()
          Get the Descriptors associated with this instance.
 java.util.List<Descriptor> Descriptor.getDescriptors()
          Get the Descriptors associated with this instance.
 java.util.List<Descriptor> Anchor.getDescriptors()
          Get the Descriptors associated with this instance.
 java.util.List<Descriptor> Container.getDescriptors()
          Get the Descriptors associated with this instance.
 java.util.List<Descriptor> Item.getDescriptors()
          Get the Descriptors associated with this instance.