public enum IncludeType extends Enum<IncludeType>
CheckboxEditorValue
,
ComboboxEditorValue
,
ListEditorValue
,
RadiobuttonEditorValue
Enum Constant and Description |
---|
DATABASE
Provides datasets as options.
|
LANGUAGE
Provides the list of project languages as options.
|
PUBLIC
Provides options defined within a public type.
|
TEMPLATESET
Provides the list of template sets as options.
|
Modifier and Type | Method and Description |
---|---|
static IncludeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IncludeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IncludeType TEMPLATESET
public static final IncludeType LANGUAGE
public static final IncludeType DATABASE
public static final IncludeType PUBLIC
hot-spot implementation
's type
.public static IncludeType[] values()
for (IncludeType c : IncludeType.values()) System.out.println(c);
public static IncludeType 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 © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210