Package io.openems.edge.simulator.io
Class MyChannelId
- java.lang.Object
-
- io.openems.edge.simulator.io.MyChannelId
-
-
Constructor Summary
Constructors Constructor Description MyChannelId(java.lang.String name, OpenemsTypeDoc<java.lang.Boolean> doc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Doc
doc()
Gets the Channel Doc for this ChannelId.java.lang.String
name()
Gets the name in formatCaseFormat.UPPER_UNDERSCORE
.
-
-
-
Constructor Detail
-
MyChannelId
public MyChannelId(java.lang.String name, OpenemsTypeDoc<java.lang.Boolean> doc)
-
-
Method Detail
-
name
public java.lang.String name()
Description copied from interface:ChannelId
Gets the name in formatCaseFormat.UPPER_UNDERSCORE
. This is available by default for an Enum.Names starting with underscore ("_") are reserved for internal usage.
-
-