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

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

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

Classes in com.adactus.mpeg21.didl.entity that implement Choice
 class ChoiceType
           
 

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

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

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