Class Descriptor

java.lang.Object
dev.jcputney.elearning.parser.input.aicc.Descriptor
All Implemented Interfaces:
Serializable

public class Descriptor extends Object implements Serializable
Represents the descriptor element in an AICC module.

This class is used to parse the descriptor element of an AICC module file. It contains information about the system ID, developer ID, title, and description of the module.

See Also:
  • Constructor Details

    • Descriptor

      public Descriptor()