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