public static enum CometConstants.Icon extends Enum<CometConstants.Icon>
| Enum Constant and Description |
|---|
Attribute |
Chapter |
ChapterChange |
Page |
Product |
TitlePage |
| Modifier and Type | Method and Description |
|---|---|
int |
id() |
static CometConstants.Icon |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CometConstants.Icon[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CometConstants.Icon Chapter
public static final CometConstants.Icon Page
public static final CometConstants.Icon TitlePage
public static final CometConstants.Icon Product
public static final CometConstants.Icon ChapterChange
public static final CometConstants.Icon Attribute
public static CometConstants.Icon[] values()
for (CometConstants.Icon c : CometConstants.Icon.values()) System.out.println(c);
public static CometConstants.Icon 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.