Enum Class IoKmtronicRelay8Port.ChannelId

java.lang.Object
java.lang.Enum<IoKmtronicRelay8Port.ChannelId>
io.openems.edge.io.kmtronic.eight.IoKmtronicRelay8Port.ChannelId
All Implemented Interfaces:
ChannelId, Serializable, Comparable<IoKmtronicRelay8Port.ChannelId>, Constable
Enclosing interface:
IoKmtronicRelay8Port

public static enum IoKmtronicRelay8Port.ChannelId extends Enum<IoKmtronicRelay8Port.ChannelId> implements ChannelId
  • Enum Constant Details

    • DEBUG_RELAY_1

      public static final IoKmtronicRelay8Port.ChannelId DEBUG_RELAY_1
      Holds writes to Relay Output 1 for debugging.
      • Interface: KmtronicRelayOutput
      • Type: Boolean
      • Range: On/Off
    • RELAY_1

      public static final IoKmtronicRelay8Port.ChannelId RELAY_1
      Relay Output 1.
      • Interface: KmtronicRelayOutput
      • Type: Boolean
      • Range: On/Off
    • DEBUG_RELAY_2

      public static final IoKmtronicRelay8Port.ChannelId DEBUG_RELAY_2
      Holds writes to Relay Output 2 for debugging.
      • Interface: KmtronicRelayOutput
      • Type: Boolean
      • Range: On/Off
    • RELAY_2

      public static final IoKmtronicRelay8Port.ChannelId RELAY_2
      Relay Output 2.
      • Interface: KmtronicRelayOutput
      • Type: Boolean
      • Range: On/Off
    • DEBUG_RELAY_3

      public static final IoKmtronicRelay8Port.ChannelId DEBUG_RELAY_3
      Holds writes to Relay Output 3 for debugging.
      • Interface: KmtronicRelayOutput
      • Type: Boolean
      • Range: On/Off
    • RELAY_3

      public static final IoKmtronicRelay8Port.ChannelId RELAY_3
      Relay Output 3.
      • Interface: KmtronicRelayOutput
      • Type: Boolean
      • Range: On/Off
    • DEBUG_RELAY_4

      public static final IoKmtronicRelay8Port.ChannelId DEBUG_RELAY_4
      Holds writes to Relay Output 4 for debugging.
      • Interface: KmtronicRelayOutput
      • Type: Boolean
      • Range: On/Off
    • RELAY_4

      public static final IoKmtronicRelay8Port.ChannelId RELAY_4
      Relay Output 4.
      • Interface: KmtronicRelayOutput
      • Type: Boolean
      • Range: On/Off
    • DEBUG_RELAY_5

      public static final IoKmtronicRelay8Port.ChannelId DEBUG_RELAY_5
      Holds writes to Relay Output 5 for debugging.
      • Interface: KmtronicRelayOutput
      • Type: Boolean
      • Range: On/Off
    • RELAY_5

      public static final IoKmtronicRelay8Port.ChannelId RELAY_5
      Relay Output 5.
      • Interface: KmtronicRelayOutput
      • Type: Boolean
      • Range: On/Off
    • DEBUG_RELAY_6

      public static final IoKmtronicRelay8Port.ChannelId DEBUG_RELAY_6
      Holds writes to Relay Output 6 for debugging.
      • Interface: KmtronicRelayOutput
      • Type: Boolean
      • Range: On/Off
    • RELAY_6

      public static final IoKmtronicRelay8Port.ChannelId RELAY_6
      Relay Output 6.
      • Interface: KmtronicRelayOutput
      • Type: Boolean
      • Range: On/Off
    • DEBUG_RELAY_7

      public static final IoKmtronicRelay8Port.ChannelId DEBUG_RELAY_7
      Holds writes to Relay Output 7 for debugging.
      • Interface: KmtronicRelayOutput
      • Type: Boolean
      • Range: On/Off
    • RELAY_7

      public static final IoKmtronicRelay8Port.ChannelId RELAY_7
      Relay Output 7.
      • Interface: KmtronicRelayOutput
      • Type: Boolean
      • Range: On/Off
    • DEBUG_RELAY_8

      public static final IoKmtronicRelay8Port.ChannelId DEBUG_RELAY_8
      Holds writes to Relay Output 8 for debugging.
      • Interface: KmtronicRelayOutput
      • Type: Boolean
      • Range: On/Off
    • RELAY_8

      public static final IoKmtronicRelay8Port.ChannelId RELAY_8
      Relay Output 8.
      • Interface: KmtronicRelayOutput
      • Type: Boolean
      • Range: On/Off
  • Method Details

    • values

      public static IoKmtronicRelay8Port.ChannelId[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static IoKmtronicRelay8Port.ChannelId valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • doc

      public Doc doc()
      Description copied from interface: ChannelId
      Gets the Channel Doc for this ChannelId.
      Specified by:
      doc in interface ChannelId
      Returns:
      the Channel-Doc