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