public static enum DbProperties.LaunchContextNotes extends Enum<DbProperties.LaunchContextNotes>
Enum Constant and Description |
---|
ABOUT_ATTACHMENT |
ABOUT_DOC |
ABOUT_DOCLINK |
COMPOSITE_APP |
FRAMESET |
LAST_VIEWED |
NAVIGATOR |
NAVIGATOR_IN_WINDOW |
XPAGE |
Modifier and Type | Method and Description |
---|---|
String |
getPropertyName() |
static DbProperties.LaunchContextNotes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbProperties.LaunchContextNotes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DbProperties.LaunchContextNotes LAST_VIEWED
public static final DbProperties.LaunchContextNotes ABOUT_DOC
public static final DbProperties.LaunchContextNotes NAVIGATOR
public static final DbProperties.LaunchContextNotes NAVIGATOR_IN_WINDOW
public static final DbProperties.LaunchContextNotes FRAMESET
public static final DbProperties.LaunchContextNotes XPAGE
public static final DbProperties.LaunchContextNotes ABOUT_ATTACHMENT
public static final DbProperties.LaunchContextNotes ABOUT_DOCLINK
public static final DbProperties.LaunchContextNotes COMPOSITE_APP
public static DbProperties.LaunchContextNotes[] values()
for (DbProperties.LaunchContextNotes c : DbProperties.LaunchContextNotes.values()) System.out.println(c);
public static DbProperties.LaunchContextNotes 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.