java.lang.Object
java.lang.Enum<Event1>
io.openems.edge.batteryinverter.refu88k.enums.Event1
All Implemented Interfaces:
OptionsEnum, Serializable, Comparable<Event1>, Constable

public enum Event1 extends Enum<Event1> implements OptionsEnum
  • Enum Constant Details

    • UNDEFINED

      public static final Event1 UNDEFINED
    • GROUND_FAULT

      public static final Event1 GROUND_FAULT
    • DC_OVER_VOLTAGE

      public static final Event1 DC_OVER_VOLTAGE
    • AC_DISCONNECT

      public static final Event1 AC_DISCONNECT
    • DC_DISCONNECT

      public static final Event1 DC_DISCONNECT
    • GRID_DISCONNECT

      public static final Event1 GRID_DISCONNECT
    • CABINET_OPEN

      public static final Event1 CABINET_OPEN
    • MANUAL_SHUTDOWN

      public static final Event1 MANUAL_SHUTDOWN
    • OVER_TEMP

      public static final Event1 OVER_TEMP
    • OVER_FREQUENCY

      public static final Event1 OVER_FREQUENCY
    • UNDER_FREQUENCY

      public static final Event1 UNDER_FREQUENCY
    • AC_OVER_VOLT

      public static final Event1 AC_OVER_VOLT
    • AC_UNDER_VOLT

      public static final Event1 AC_UNDER_VOLT
    • BLOWN_STRING_FUSE

      public static final Event1 BLOWN_STRING_FUSE
    • UNDER_TEMP

      public static final Event1 UNDER_TEMP
    • MEMORY_LOSS

      public static final Event1 MEMORY_LOSS
    • HW_TEST_FAILURE

      public static final Event1 HW_TEST_FAILURE
    • OTHER_ALARM

      public static final Event1 OTHER_ALARM
      When OTHER_ALARM is set, it indicates that some other alarm has occurred in the PCS (i.e. an alarm which does not map to one of the other alarm categories).
    • OTHER_WARNING

      public static final Event1 OTHER_WARNING
      When OTHER_WARNING is set, it indicates that some other warning has occurred in the PCS (i.e. a warning which does not map to one of the other warning categories).
  • Method Details

    • values

      public static Event1[] 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 Event1 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
    • getValue

      public int getValue()
      Description copied from interface: OptionsEnum
      Gets this enums int representation.
      Specified by:
      getValue in interface OptionsEnum
      Returns:
      the int representation
    • getName

      public String getName()
      Description copied from interface: OptionsEnum
      Gets this enums String representation.
      Specified by:
      getName in interface OptionsEnum
      Returns:
      the String representation
    • getUndefined

      public OptionsEnum getUndefined()
      Description copied from interface: OptionsEnum
      Gets the enum that is used for 'UNDEFINED' values.
      Specified by:
      getUndefined in interface OptionsEnum
      Returns:
      the UNDEFINED enum