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