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

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

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

Classes in com.adactus.mpeg21.didl.entity that implement Container
 class ContainerType
          Container element may contain any number of Container elements followed by any number of Items.
 

Methods in com.adactus.mpeg21.didl.entity that return types with arguments of type Container
 java.util.List<Container> ContainerType.getContainers()
           
 

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

Methods in com.adactus.mpeg21.didl.model that return Container
 Container DIDL.getContainer()
          Get the Container document root instance.
 

Methods in com.adactus.mpeg21.didl.model that return types with arguments of type Container
 java.util.List<Container> Container.getContainers()