Enum Class KmtronicRelay8Port.ChannelId
java.lang.Object
java.lang.Enum<KmtronicRelay8Port.ChannelId>
io.openems.edge.io.kmtronic.eight.KmtronicRelay8Port.ChannelId
- All Implemented Interfaces:
ChannelId
,Serializable
,Comparable<KmtronicRelay8Port.ChannelId>
,Constable
- Enclosing interface:
- KmtronicRelay8Port
public static enum KmtronicRelay8Port.ChannelId
extends Enum<KmtronicRelay8Port.ChannelId>
implements ChannelId
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionHolds writes to Relay Output 1 for debugging.Holds writes to Relay Output 2 for debugging.Holds writes to Relay Output 3 for debugging.Holds writes to Relay Output 4 for debugging.Holds writes to Relay Output 5 for debugging.Holds writes to Relay Output 6 for debugging.Holds writes to Relay Output 7 for debugging.Holds writes to Relay Output 8 for debugging.Relay Output 1.Relay Output 2.Relay Output 3.Relay Output 4.Relay Output 5.Relay Output 6.Relay Output 7.Relay Output 8. -
Method Summary
Modifier and TypeMethodDescriptiondoc()
Gets the Channel Doc for this ChannelId.static KmtronicRelay8Port.ChannelId
Returns the enum constant of this class with the specified name.static KmtronicRelay8Port.ChannelId[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DEBUG_RELAY_1
Holds writes to Relay Output 1 for debugging.- Interface: KmtronicRelayOutput
- Type: Boolean
- Range: On/Off
-
RELAY_1
Relay Output 1.- Interface: KmtronicRelayOutput
- Type: Boolean
- Range: On/Off
-
DEBUG_RELAY_2
Holds writes to Relay Output 2 for debugging.- Interface: KmtronicRelayOutput
- Type: Boolean
- Range: On/Off
-
RELAY_2
Relay Output 2.- Interface: KmtronicRelayOutput
- Type: Boolean
- Range: On/Off
-
DEBUG_RELAY_3
Holds writes to Relay Output 3 for debugging.- Interface: KmtronicRelayOutput
- Type: Boolean
- Range: On/Off
-
RELAY_3
Relay Output 3.- Interface: KmtronicRelayOutput
- Type: Boolean
- Range: On/Off
-
DEBUG_RELAY_4
Holds writes to Relay Output 4 for debugging.- Interface: KmtronicRelayOutput
- Type: Boolean
- Range: On/Off
-
RELAY_4
Relay Output 4.- Interface: KmtronicRelayOutput
- Type: Boolean
- Range: On/Off
-
DEBUG_RELAY_5
Holds writes to Relay Output 5 for debugging.- Interface: KmtronicRelayOutput
- Type: Boolean
- Range: On/Off
-
RELAY_5
Relay Output 5.- Interface: KmtronicRelayOutput
- Type: Boolean
- Range: On/Off
-
DEBUG_RELAY_6
Holds writes to Relay Output 6 for debugging.- Interface: KmtronicRelayOutput
- Type: Boolean
- Range: On/Off
-
RELAY_6
Relay Output 6.- Interface: KmtronicRelayOutput
- Type: Boolean
- Range: On/Off
-
DEBUG_RELAY_7
Holds writes to Relay Output 7 for debugging.- Interface: KmtronicRelayOutput
- Type: Boolean
- Range: On/Off
-
RELAY_7
Relay Output 7.- Interface: KmtronicRelayOutput
- Type: Boolean
- Range: On/Off
-
DEBUG_RELAY_8
Holds writes to Relay Output 8 for debugging.- Interface: KmtronicRelayOutput
- Type: Boolean
- Range: On/Off
-
RELAY_8
Relay Output 8.- Interface: KmtronicRelayOutput
- Type: Boolean
- Range: On/Off
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
doc
Description copied from interface:ChannelId
Gets the Channel Doc for this ChannelId.
-