public enum SeriesCapacitor extends java.lang.Enum<SeriesCapacitor>
| Enum Constant and Description |
|---|
ID |
Name |
Node1 |
Node2 |
NormalOperatingLimit |
R |
X |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getVersion() |
static SeriesCapacitor |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SeriesCapacitor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SeriesCapacitor ID
public static final SeriesCapacitor Name
public static final SeriesCapacitor Node1
public static final SeriesCapacitor Node2
public static final SeriesCapacitor R
public static final SeriesCapacitor X
public static final SeriesCapacitor NormalOperatingLimit
public static SeriesCapacitor[] values()
for (SeriesCapacitor c : SeriesCapacitor.values()) System.out.println(c);
public static SeriesCapacitor 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 nullpublic java.lang.String getVersion()