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