public static enum BaseAclfBusState.BusControlStateType extends java.lang.Enum<BaseAclfBusState.BusControlStateType>
Enum Constant and Description |
---|
NotDefined |
PQBusLimit |
PVBusLimit |
RemoteQBus |
StaticVarCompensator |
SwitchedShunt |
Modifier and Type | Method and Description |
---|---|
static BaseAclfBusState.BusControlStateType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BaseAclfBusState.BusControlStateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseAclfBusState.BusControlStateType PVBusLimit
public static final BaseAclfBusState.BusControlStateType PQBusLimit
public static final BaseAclfBusState.BusControlStateType RemoteQBus
public static final BaseAclfBusState.BusControlStateType SwitchedShunt
public static final BaseAclfBusState.BusControlStateType StaticVarCompensator
public static final BaseAclfBusState.BusControlStateType NotDefined
public static BaseAclfBusState.BusControlStateType[] values()
for (BaseAclfBusState.BusControlStateType c : BaseAclfBusState.BusControlStateType.values()) System.out.println(c);
public static BaseAclfBusState.BusControlStateType 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