public static enum TimeSeries.Usage extends Enum<TimeSeries.Usage> implements StringValue<TimeSeries.Usage>
| Enum Constant and Description |
|---|
LOGICAL |
ORIGINAL |
PREDICTION |
| Modifier and Type | Method and Description |
|---|---|
static TimeSeries.Usage |
fromValue(String v) |
String |
toString() |
String |
value() |
static TimeSeries.Usage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeSeries.Usage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimeSeries.Usage ORIGINAL
public static final TimeSeries.Usage LOGICAL
public static final TimeSeries.Usage PREDICTION
public static TimeSeries.Usage[] values()
for (TimeSeries.Usage c : TimeSeries.Usage.values()) System.out.println(c);
public static TimeSeries.Usage 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 nullpublic String value()
value in interface StringValue<TimeSeries.Usage>public static TimeSeries.Usage fromValue(String v)
public String toString()
toString in class Enum<TimeSeries.Usage>Copyright © 2024. All rights reserved.