public static enum CloudJob.Status extends Enum<CloudJob.Status>
| Modifier and Type | Method and Description |
|---|---|
static CloudJob.Status |
fromString(String value) |
String |
toString() |
static CloudJob.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CloudJob.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CloudJob.Status FAILED
public static final CloudJob.Status FINISHED
public static final CloudJob.Status QUEUED
public static final CloudJob.Status RUNNING
public static CloudJob.Status[] values()
for (CloudJob.Status c : CloudJob.Status.values()) System.out.println(c);
public static CloudJob.Status 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 static CloudJob.Status fromString(String value)
public String toString()
toString in class Enum<CloudJob.Status>Copyright © 2020 SAP SE. All rights reserved.