Uses of Class
dev.jcputney.elearning.parser.input.aicc.Descriptor
Packages that use Descriptor
-
Uses of Descriptor in dev.jcputney.elearning.parser.input.aicc
Methods in dev.jcputney.elearning.parser.input.aicc that return DescriptorModifier and TypeMethodDescriptionAssignableUnit.getDescriptor()Retrieves the descriptor associated with the assignable unit.Methods in dev.jcputney.elearning.parser.input.aicc that return types with arguments of type DescriptorModifier and TypeMethodDescriptionAiccManifest.getDescriptors()Retrieves the list of descriptors.Methods in dev.jcputney.elearning.parser.input.aicc with parameters of type DescriptorModifier and TypeMethodDescriptionvoidAssignableUnit.setDescriptor(Descriptor descriptor) Sets the descriptor associated with this assignable unit.Method parameters in dev.jcputney.elearning.parser.input.aicc with type arguments of type DescriptorModifier and TypeMethodDescriptionvoidAiccManifest.setDescriptors(List<Descriptor> descriptors) Sets the list of descriptors.