@Generated(value="org.jsonschema2pojo") public static enum DataStore.Latency extends Enum<DataStore.Latency>
| Modifier and Type | Method and Description |
|---|---|
static DataStore.Latency |
fromValue(String value) |
String |
toString() |
static DataStore.Latency |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataStore.Latency[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataStore.Latency NEARLINE
public static final DataStore.Latency OFFLINE
public static final DataStore.Latency ONLINE
public static DataStore.Latency[] values()
for (DataStore.Latency c : DataStore.Latency.values()) System.out.println(c);
public static DataStore.Latency 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 toString()
toString in class Enum<DataStore.Latency>public static DataStore.Latency fromValue(String value)
Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.