public static enum JCoCustomRepository.QueryMode extends Enum<JCoCustomRepository.QueryMode>
Enum Constant and Description |
---|
ALL_AVAILABLE_LAYOUTS
Default mode.
|
DISABLE_REPOSITORY_POOL
Use this mode with care! Instead of a separated repository pool the application pool is used.
|
NON_UNICODE_LAYOUT_ONLY
This mode only looks up the Non-Unicode layout.
|
Modifier and Type | Method and Description |
---|---|
static JCoCustomRepository.QueryMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JCoCustomRepository.QueryMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JCoCustomRepository.QueryMode NON_UNICODE_LAYOUT_ONLY
public static final JCoCustomRepository.QueryMode ALL_AVAILABLE_LAYOUTS
public static final JCoCustomRepository.QueryMode DISABLE_REPOSITORY_POOL
public static JCoCustomRepository.QueryMode[] values()
for (JCoCustomRepository.QueryMode c : JCoCustomRepository.QueryMode.values()) System.out.println(c);
public static JCoCustomRepository.QueryMode 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 SAP. All Rights Reserved.