@Generated(value="org.jsonschema2pojo") public static enum StorageShare_.ServingState extends Enum<StorageShare_.ServingState>
| Enum Constant and Description |
|---|
CLOSED |
DRAINING |
PRODUCTION |
QUEUEING |
| Modifier and Type | Method and Description |
|---|---|
static StorageShare_.ServingState |
fromValue(String value) |
String |
toString() |
static StorageShare_.ServingState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageShare_.ServingState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StorageShare_.ServingState CLOSED
public static final StorageShare_.ServingState DRAINING
public static final StorageShare_.ServingState PRODUCTION
public static final StorageShare_.ServingState QUEUEING
public static StorageShare_.ServingState[] values()
for (StorageShare_.ServingState c : StorageShare_.ServingState.values()) System.out.println(c);
public static StorageShare_.ServingState 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<StorageShare_.ServingState>public static StorageShare_.ServingState fromValue(String value)
Copyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.