Interface Outputs

  • All Known Implementing Classes:
    WSOutputs

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

        OutputConfig getConfig()
        Returns the config of Output for the enumeration.
        Returns:
        OutputConfig of enumeration.