Interface Subsystems

  • All Known Implementing Classes:
    WSSubsystems

    public interface Subsystems
    Used in implementations to enumerate Subsystems. 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 subsystem.
        Returns:
        Name mapped to the subsystem.
      • getSubsystemClass

        java.lang.Class<?> getSubsystemClass()
        Returns subsystem's class.
        Returns:
        Subsystem's class.