Class ChannelIdImpl
- java.lang.Object
-
- io.openems.edge.battery.soltaro.common.ChannelIdImpl
-
-
Constructor Summary
Constructors Constructor Description ChannelIdImpl(java.lang.String name, Doc 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
-
ChannelIdImpl
public ChannelIdImpl(java.lang.String name, Doc 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.
-
-