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

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

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

Methods in com.adactus.mpeg21.didl.entity that return DeclarationsType
static DeclarationsType DeclarationsType.newInstance()
           
 

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

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