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

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

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

Classes in com.adactus.mpeg21.didl.entity that implement Declarations
 class DeclarationsType
           
 

Methods in com.adactus.mpeg21.didl.entity that return types with arguments of type Declarations
 java.util.List<Declarations> DIDLType.getDeclarations()
           
 

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

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