public static enum Observation.Field extends Enum<Observation.Field>
| Enum Constant and Description |
|---|
constantName |
entries |
entry |
network |
node |
observation |
observations |
value |
weight |
| Modifier and Type | Method and Description |
|---|---|
static Observation.Field |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Observation.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Observation.Field observations
public static final Observation.Field observation
public static final Observation.Field network
public static final Observation.Field node
public static final Observation.Field constantName
public static final Observation.Field entries
public static final Observation.Field entry
public static final Observation.Field value
public static final Observation.Field weight
public static Observation.Field[] values()
for (Observation.Field c : Observation.Field.values()) System.out.println(c);
public static Observation.Field 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. All rights reserved.