public static enum CometConstants.AutoCometJob extends Enum<CometConstants.AutoCometJob>
| Enum Constant and Description |
|---|
Done |
Error |
InProgress |
Pending |
| Modifier and Type | Method and Description |
|---|---|
int |
code() |
static CometConstants.AutoCometJob |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CometConstants.AutoCometJob[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CometConstants.AutoCometJob Pending
public static final CometConstants.AutoCometJob InProgress
public static final CometConstants.AutoCometJob Done
public static final CometConstants.AutoCometJob Error
public static CometConstants.AutoCometJob[] values()
for (CometConstants.AutoCometJob c : CometConstants.AutoCometJob.values()) System.out.println(c);
public static CometConstants.AutoCometJob 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 int code()
Copyright © 2017 SAP SE. All Rights Reserved.