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