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