Enum DBTag

  • All Implemented Interfaces:
    de.jnkconsulting.e3dc.easyrscp.api.frame.Tag , java.io.Serializable , kotlin.Comparable

    
    public enum DBTag
    extends Enum<DBTag> implements Tag
                        

    Contains tags to query the internal database of the domestic power plant. This can be used to obtain historical data.

    Since:

    2.0

    • Constructor Detail

    • Method Detail

      • valueOf

         final DBTag valueOf(String value)

        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

        Parameters:
        value - Der Namespace des Tags für die Abbildung des jeweiligen Bereichs
      • values

         final Array<DBTag> values()

        Returns an array containing the constants of this enum type, in the order they're declared.

        This method may be used to iterate over the constants.

      • getEntries

         final EnumEntries<DBTag> getEntries()

        Contains tags to query the internal database of the domestic power plant. This can be used to obtain historical data.

        Since:

        2.0