|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<JCoCustomRepository.QueryMode>
com.sap.conn.jco.JCoCustomRepository.QueryMode
public static enum JCoCustomRepository.QueryMode
Enumeration that describes all modes to control the remote queries of a custom repository.
Enum Constant Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
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
Method Detail |
---|
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 name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |