Enum Class Field

java.lang.Object
java.lang.Enum<Field>
io.openems.edge.meter.discovergy.jsonrpc.Field
All Implemented Interfaces:
Serializable, Comparable<Field>, Constable

public enum Field extends Enum<Field>
  • Enum Constant Details

    • POWER

      public static final Field POWER
    • POWER1

      public static final Field POWER1
    • POWER2

      public static final Field POWER2
    • POWER3

      public static final Field POWER3
    • VOLTAGE1

      public static final Field VOLTAGE1
    • VOLTAGE2

      public static final Field VOLTAGE2
    • VOLTAGE3

      public static final Field VOLTAGE3
    • ENERGY

      public static final Field ENERGY
    • ENERGY1

      public static final Field ENERGY1
    • ENERGY2

      public static final Field ENERGY2
    • ENERGY_OUT

      public static final Field ENERGY_OUT
    • ENERGY_OUT1

      public static final Field ENERGY_OUT1
    • ENERGY_OUT2

      public static final Field ENERGY_OUT2
  • Method Details

    • values

      public static Field[] 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

      public static Field valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • n

      public String n()
      Shortcut to get name.
      Returns:
      the name