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

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

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

Classes in com.adactus.mpeg21.didl.entity that implement Component
 class ComponentType
          Component element contains one or more Resource elements, followed by any number of Anchor elements.
 

Methods in com.adactus.mpeg21.didl.entity that return types with arguments of type Component
 java.util.List<Component> DeclarationsType.getComponents()
           
 java.util.List<Component> ItemType.getComponents()
           
 

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

Methods in com.adactus.mpeg21.didl.model that return Component
 Component Descriptor.getComponent()
          Get the Component of this Descriptor.
 

Methods in com.adactus.mpeg21.didl.model that return types with arguments of type Component
 java.util.List<Component> Declarations.getComponents()
          Get the Components associated with this instance.
 java.util.List<Component> Item.getComponents()
          Get the Components associated with this instance.