Enum Class AmplSubset

java.lang.Object
java.lang.Enum<AmplSubset>
com.powsybl.ampl.converter.AmplSubset
All Implemented Interfaces:
IntCounter, Serializable, Comparable<AmplSubset>, Constable

public enum AmplSubset extends Enum<AmplSubset> implements IntCounter
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Enum Constant Details

    • NETWORK

      public static final AmplSubset NETWORK
    • BUS

      public static final AmplSubset BUS
    • VOLTAGE_LEVEL

      public static final AmplSubset VOLTAGE_LEVEL
    • BRANCH

      public static final AmplSubset BRANCH
    • RATIO_TAP_CHANGER

      public static final AmplSubset RATIO_TAP_CHANGER
    • PHASE_TAP_CHANGER

      public static final AmplSubset PHASE_TAP_CHANGER
    • TAP_CHANGER_TABLE

      public static final AmplSubset TAP_CHANGER_TABLE
    • LOAD

      public static final AmplSubset LOAD
    • SHUNT

      public static final AmplSubset SHUNT
    • GENERATOR

      public static final AmplSubset GENERATOR
    • BATTERY

      public static final AmplSubset BATTERY
    • TEMPORARY_CURRENT_LIMIT

      public static final AmplSubset TEMPORARY_CURRENT_LIMIT
    • THREE_WINDINGS_TRANSFO

      public static final AmplSubset THREE_WINDINGS_TRANSFO
    • FAULT

      public static final AmplSubset FAULT
    • CURATIVE_ACTION

      public static final AmplSubset CURATIVE_ACTION
    • PREVENTIVE_ACTION

      public static final AmplSubset PREVENTIVE_ACTION
    • STATIC_VAR_COMPENSATOR

      public static final AmplSubset STATIC_VAR_COMPENSATOR
    • HVDC_LINE

      public static final AmplSubset HVDC_LINE
    • LCC_CONVERTER_STATION

      public static final AmplSubset LCC_CONVERTER_STATION
    • VSC_CONVERTER_STATION

      public static final AmplSubset VSC_CONVERTER_STATION
  • Method Details

    • values

      public static AmplSubset[] 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 AmplSubset 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
    • getInitialValue

      public int getInitialValue()
      Specified by:
      getInitialValue in interface IntCounter