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

Packages that use ComponentType
com.adactus.mpeg21.didl.entity   
 

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

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

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

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