Enum Class BalancingMode

java.lang.Object
java.lang.Enum<BalancingMode>
io.openems.edge.ess.mr.gridcon.enums.BalancingMode
All Implemented Interfaces:
Serializable, Comparable<BalancingMode>, Constable

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

    • DISABLED

      public static final BalancingMode DISABLED
    • NEGATIVE_SEQUENCE_COMPENSATION

      public static final BalancingMode NEGATIVE_SEQUENCE_COMPENSATION
    • ZERO_SEQUENCE_COMPENSATION

      public static final BalancingMode ZERO_SEQUENCE_COMPENSATION
    • NEGATIVE_AND_ZERO_SEQUENCE_COMPENSATION

      public static final BalancingMode NEGATIVE_AND_ZERO_SEQUENCE_COMPENSATION
  • Method Details

    • values

      public static BalancingMode[] 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 BalancingMode 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
    • isBit1

      public boolean isBit1()
    • isBit2

      public boolean isBit2()