public enum SwCondState extends Enum<SwCondState>
| Enum Constant and Description |
|---|
ACTIVE |
CLEAR |
DLYACTV |
DLYPEND |
OFFLINE |
| Modifier and Type | Method and Description |
|---|---|
static SwCondState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SwCondState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SwCondState OFFLINE
public static final SwCondState CLEAR
public static final SwCondState DLYPEND
public static final SwCondState DLYACTV
public static final SwCondState ACTIVE
public static SwCondState[] values()
for (SwCondState c : SwCondState.values()) System.out.println(c);
public static SwCondState 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 nullCopyright © 2021 LSST. All rights reserved.