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