public static enum SVC.SVCState extends java.lang.Enum<SVC.SVCState>
| Enum Constant and Description |
|---|
CapacitorLimit |
FixedMVAr |
Normal |
Off |
ReactorLimit |
| Modifier and Type | Method and Description |
|---|---|
static SVC.SVCState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SVC.SVCState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SVC.SVCState Off
public static final SVC.SVCState CapacitorLimit
public static final SVC.SVCState ReactorLimit
public static final SVC.SVCState Normal
public static final SVC.SVCState FixedMVAr
public static SVC.SVCState[] values()
for (SVC.SVCState c : SVC.SVCState.values()) System.out.println(c);
public static SVC.SVCState 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