Class SunSChannelId<T>

java.lang.Object
io.openems.edge.bridge.modbus.sunspec.SunSChannelId<T>
All Implemented Interfaces:
ChannelId

public class SunSChannelId<T> extends Object implements ChannelId
  • Constructor Details

  • Method Details

    • name

      public String name()
      Description copied from interface: ChannelId
      Gets the name in format CaseFormat.UPPER_UNDERSCORE. This is available by default for an Enum.

      Names starting with underscore ("_") are reserved for internal usage.

      Specified by:
      name in interface ChannelId
      Returns:
      the name
    • 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
    • toString

      public String toString()
      Overrides:
      toString in class Object