public enum ListMetaType extends java.lang.Enum<ListMetaType>
Enum Constant and Description |
---|
Area |
Bus |
Gen |
ImpedanceCorrection |
Island |
Line |
Load |
Owner |
PhaseShifter |
SeriesCap |
SeriesReac |
ShuntCap |
ShuntReac |
Station |
SteamTurbine |
SVC |
Switch |
SwitchedShunt |
Transformer |
TwoTermDCLine |
VoltageLevel |
Modifier and Type | Method and Description |
---|---|
static ListMetaType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ListMetaType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListMetaType Area
public static final ListMetaType Owner
public static final ListMetaType Station
public static final ListMetaType VoltageLevel
public static final ListMetaType Island
public static final ListMetaType Bus
public static final ListMetaType Switch
public static final ListMetaType Line
public static final ListMetaType SeriesCap
public static final ListMetaType SeriesReac
public static final ListMetaType Transformer
public static final ListMetaType PhaseShifter
public static final ListMetaType TwoTermDCLine
public static final ListMetaType Gen
public static final ListMetaType Load
public static final ListMetaType ShuntReac
public static final ListMetaType ShuntCap
public static final ListMetaType SVC
public static final ListMetaType SwitchedShunt
public static final ListMetaType SteamTurbine
public static final ListMetaType ImpedanceCorrection
public static ListMetaType[] values()
for (ListMetaType c : ListMetaType.values()) System.out.println(c);
public static ListMetaType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null