public static enum SummaryStateEvent.LSE209State extends Enum<SummaryStateEvent.LSE209State> implements SALEnum<SummaryStateEvent.LSE209State>
| Enum Constant and Description |
|---|
DISABLED |
ENABLED |
FAULT |
OFFLINE |
STANDBY |
| Modifier and Type | Method and Description |
|---|---|
int |
getSALValue() |
static SummaryStateEvent.LSE209State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SummaryStateEvent.LSE209State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SummaryStateEvent.LSE209State OFFLINE
public static final SummaryStateEvent.LSE209State STANDBY
public static final SummaryStateEvent.LSE209State DISABLED
public static final SummaryStateEvent.LSE209State ENABLED
public static final SummaryStateEvent.LSE209State FAULT
public static SummaryStateEvent.LSE209State[] values()
for (SummaryStateEvent.LSE209State c : SummaryStateEvent.LSE209State.values()) System.out.println(c);
public static SummaryStateEvent.LSE209State valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getSALValue()
getSALValue in interface SALEnum<SummaryStateEvent.LSE209State>Copyright © 2018. All rights reserved.