Interface Inputs

  • All Known Implementing Classes:
    WSInputs

    public interface Inputs
    Used in implementations to enumerate Inputs. 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 Input.
        Returns:
        Name mapped to the Input.
      • getConfig

        InputConfig getConfig()
        Returns the config of Input for the enumeration.
        Returns:
        InputConfig of enumeration.