Interface AutoPrograms

  • All Known Implementing Classes:
    WSAutoPrograms

    public interface AutoPrograms
    Used in implementations to enumerate AutoProgram. We would like to have a super class for this structure, however, Java does not support enums extending classes.
    • Method Detail

      • getName

        java.lang.String getName()
        Returns the name mapped to the AutoProgram.
        Returns:
        Name mapped to the AutoProgram.
      • getProgramClass

        java.lang.Class<?> getProgramClass()
        Returns AutoProgram's class.
        Returns:
        AutoProgram's class.