Enum Class IoKmtronicRelay4Port.ChannelId

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

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

    • DEBUG_RELAY_1

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

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

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

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

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

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

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

      public static final IoKmtronicRelay4Port.ChannelId RELAY_4
      Relay Output 4.
      • Interface: KmtronicRelayOutput
      • Type: Boolean
      • Range: On/Off
  • Method Details

    • values

      public static IoKmtronicRelay4Port.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 IoKmtronicRelay4Port.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