public static enum VDevState.vacstates extends Enum<VDevState.vacstates>
| Enum Constant and Description |
|---|
NOTCONFIGURED |
OFF |
OK |
ON |
TRIPPED |
| Modifier and Type | Method and Description |
|---|---|
static VDevState.vacstates |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VDevState.vacstates[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VDevState.vacstates NOTCONFIGURED
public static final VDevState.vacstates OFF
public static final VDevState.vacstates OK
public static final VDevState.vacstates ON
public static final VDevState.vacstates TRIPPED
public static VDevState.vacstates[] values()
for (VDevState.vacstates c : VDevState.vacstates.values()) System.out.println(c);
public static VDevState.vacstates 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 © 2020 LSST. All rights reserved.