Enum Class BalanceType

java.lang.Object
java.lang.Enum<BalanceType>
com.powsybl.loadflow.validation.BalanceType
All Implemented Interfaces:
Serializable, Comparable<BalanceType>, Constable

public enum BalanceType extends Enum<BalanceType>
Author:
Massimo Ferraro <[email protected]>
  • Enum Constant Details

    • PROPORTIONAL_TO_GENERATION_P

      public static final BalanceType PROPORTIONAL_TO_GENERATION_P
    • PROPORTIONAL_TO_GENERATION_P_MAX

      public static final BalanceType PROPORTIONAL_TO_GENERATION_P_MAX
    • PROPORTIONAL_TO_GENERATION_HEADROOM

      public static final BalanceType PROPORTIONAL_TO_GENERATION_HEADROOM
    • NONE

      public static final BalanceType NONE
  • Method Details

    • values

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