public static enum Overview.SelectType extends Enum<Overview.SelectType>
Enum Constant and Description |
---|
AUTO
Listed objects are fetched from the folder of the currently rendered object
|
FOLDER
Listed objects are fetched from selected folders
|
MANUAL
Listed objects are selected individually
|
UNDEFINED
Overview is not defined
|
Modifier and Type | Method and Description |
---|---|
static Overview.SelectType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Overview.SelectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Overview.SelectType FOLDER
public static final Overview.SelectType MANUAL
public static final Overview.SelectType AUTO
public static final Overview.SelectType UNDEFINED
public static Overview.SelectType[] values()
for (Overview.SelectType c : Overview.SelectType.values()) System.out.println(c);
public static Overview.SelectType 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 © 2019 Gentics Software. All rights reserved.