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