public static enum DbProperties.LaunchContextWeb extends Enum<DbProperties.LaunchContextWeb>
Enum Constant and Description |
---|
ABOUT_DOC |
ABOUT_DOCLINK |
FIRST_DOC_IN_VIEW |
FRAMESET |
NAVIGATOR |
NAVIGATOR_IN_WINDOW |
NOTES_LAUNCH |
PAGE |
SPECIFIC_DOC_LINK |
XPAGE |
Modifier and Type | Method and Description |
---|---|
String |
getPropertyName() |
static DbProperties.LaunchContextWeb |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbProperties.LaunchContextWeb[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DbProperties.LaunchContextWeb NOTES_LAUNCH
public static final DbProperties.LaunchContextWeb ABOUT_DOC
public static final DbProperties.LaunchContextWeb NAVIGATOR
public static final DbProperties.LaunchContextWeb NAVIGATOR_IN_WINDOW
public static final DbProperties.LaunchContextWeb FRAMESET
public static final DbProperties.LaunchContextWeb PAGE
public static final DbProperties.LaunchContextWeb XPAGE
public static final DbProperties.LaunchContextWeb ABOUT_DOCLINK
public static final DbProperties.LaunchContextWeb SPECIFIC_DOC_LINK
public static final DbProperties.LaunchContextWeb FIRST_DOC_IN_VIEW
public static DbProperties.LaunchContextWeb[] values()
for (DbProperties.LaunchContextWeb c : DbProperties.LaunchContextWeb.values()) System.out.println(c);
public static DbProperties.LaunchContextWeb 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 getPropertyName()
Copyright © 2019–2021 HCL. All rights reserved.