public static enum ReferenceBrowsingConfig.BrowsingMode extends Enum<ReferenceBrowsingConfig.BrowsingMode>
Enum Constant and Description |
---|
BUSINESS_OBJECT_VIEW
Business Object View: Business Object View
|
MODAL_DEFAULT_FORM
Modal Default Form: Modal Default Form
|
NOT_NAVIGABLE
Not Navigable: Not Navigable
|
Modifier and Type | Method and Description |
---|---|
static ReferenceBrowsingConfig.BrowsingMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferenceBrowsingConfig.BrowsingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReferenceBrowsingConfig.BrowsingMode BUSINESS_OBJECT_VIEW
public static final ReferenceBrowsingConfig.BrowsingMode MODAL_DEFAULT_FORM
public static final ReferenceBrowsingConfig.BrowsingMode NOT_NAVIGABLE
public static ReferenceBrowsingConfig.BrowsingMode[] values()
for (ReferenceBrowsingConfig.BrowsingMode c : ReferenceBrowsingConfig.BrowsingMode.values()) System.out.println(c);
public static ReferenceBrowsingConfig.BrowsingMode 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 nullCopyright © 2015. All Rights Reserved.