Enum Class IeeeCdfBranch.Type

java.lang.Object
java.lang.Enum<IeeeCdfBranch.Type>
com.powsybl.ieeecdf.model.IeeeCdfBranch.Type
All Implemented Interfaces:
Serializable, Comparable<IeeeCdfBranch.Type>, Constable
Enclosing class:
IeeeCdfBranch

public static enum IeeeCdfBranch.Type extends Enum<IeeeCdfBranch.Type>
0 - Transmission line 1 - Fixed tap 2 - Variable tap for voltage control (TCUL, LTC) 3 - Variable tap (turns ratio) for MVAR control 4 - Variable phase angle for MW control (phase shifter)
  • Enum Constant Details

    • TRANSMISSION_LINE

      public static final IeeeCdfBranch.Type TRANSMISSION_LINE
    • FIXED_TAP

      public static final IeeeCdfBranch.Type FIXED_TAP
    • VARIABLE_TAP_FOR_VOLTAVE_CONTROL

      public static final IeeeCdfBranch.Type VARIABLE_TAP_FOR_VOLTAVE_CONTROL
    • VARIABLE_TAP_FOR_REACTIVE_POWER_CONTROL

      public static final IeeeCdfBranch.Type VARIABLE_TAP_FOR_REACTIVE_POWER_CONTROL
    • VARIABLE_PHASE_ANGLE_FOR_ACTIVE_POWER_CONTROL

      public static final IeeeCdfBranch.Type VARIABLE_PHASE_ANGLE_FOR_ACTIVE_POWER_CONTROL
  • Method Details

    • values

      public static IeeeCdfBranch.Type[] 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 IeeeCdfBranch.Type 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