|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<DataFoundationQueryScriptPropertyKey>
com.sap.sl.sdk.authoring.commons.DataFoundationQueryScriptPropertyKey
public enum DataFoundationQueryScriptPropertyKey
A representation of the literals of the enumeration 'Data Foundation Query Script Property Key', and utility methods to work with them.
Enum Constant Summary | |
---|---|
ANSI92
The 'ANSI92' literal object. |
|
AUTO_UPDATE_QUERY
The 'AUTO UPDATE QUERY' literal object. |
|
BEGIN_SQL
The 'BEGIN SQL' literal object. |
|
BLOB_COMPARISON
The 'BLOB COMPARISON' literal object. |
|
BOUNDARY_WEIGHT_TABLE
The 'BOUNDARY WEIGHT TABLE' literal object. |
|
COMPARE_CONTEXTS_WITH_JOINS
The 'COMPARE CONTEXTS WITH JOINS' literal object. |
|
END_SQL
The 'END SQL' literal object. |
|
FORCE_SORTED_LOV
The 'FORCE SORTED LOV' literal object. |
|
INNERJOIN_IN_WHERE
The 'INNERJOIN IN WHERE' literal object. |
|
JOIN_BY_SQL
The 'JOIN BY SQL' literal object. |
|
MAX_INLIST_VALUES
The 'MAX INLIST VALUES' literal object. |
|
REPLACE_COMMA_BY_CONCAT
The 'REPLACE COMMA BY CONCAT' literal object. |
|
SELFJOINS_IN_WHERE
The 'SELFJOINS IN WHERE' literal object. |
|
SHORTCUT_BEHAVIOR
The 'SHORTCUT BEHAVIOR' literal object. |
|
THOROUGH_PARSE
The 'THOROUGH PARSE' literal object. |
|
UNICODE_STRINGS
The 'UNICODE STRINGS' literal object. |
|
USE_ENHANCED_QUERY_STRIPPING
The 'USE ENHANCED QUERY STRIPPING' literal object. |
Field Summary | |
---|---|
static int |
ANSI92_VALUE
The 'ANSI92' literal value. |
static int |
AUTO_UPDATE_QUERY_VALUE
The 'AUTO UPDATE QUERY' literal value. |
static int |
BEGIN_SQL_VALUE
The 'BEGIN SQL' literal value. |
static int |
BLOB_COMPARISON_VALUE
The 'BLOB COMPARISON' literal value. |
static int |
BOUNDARY_WEIGHT_TABLE_VALUE
The 'BOUNDARY WEIGHT TABLE' literal value. |
static int |
COMPARE_CONTEXTS_WITH_JOINS_VALUE
The 'COMPARE CONTEXTS WITH JOINS' literal value. |
static int |
END_SQL_VALUE
The 'END SQL' literal value. |
static int |
FORCE_SORTED_LOV_VALUE
The 'FORCE SORTED LOV' literal value. |
static int |
INNERJOIN_IN_WHERE_VALUE
The 'INNERJOIN IN WHERE' literal value. |
static int |
JOIN_BY_SQL_VALUE
The 'JOIN BY SQL' literal value. |
static int |
MAX_INLIST_VALUES_VALUE
The 'MAX INLIST VALUES' literal value. |
static int |
REPLACE_COMMA_BY_CONCAT_VALUE
The 'REPLACE COMMA BY CONCAT' literal value. |
static int |
SELFJOINS_IN_WHERE_VALUE
The 'SELFJOINS IN WHERE' literal value. |
static int |
SHORTCUT_BEHAVIOR_VALUE
The 'SHORTCUT BEHAVIOR' literal value. |
static int |
THOROUGH_PARSE_VALUE
The 'THOROUGH PARSE' literal value. |
static int |
UNICODE_STRINGS_VALUE
The 'UNICODE STRINGS' literal value. |
static int |
USE_ENHANCED_QUERY_STRIPPING_VALUE
The 'USE ENHANCED QUERY STRIPPING' literal value. |
static java.util.List<DataFoundationQueryScriptPropertyKey> |
VALUES
A public read-only list of all the 'Data Foundation Query Script Property Key' enumerators. |
Method Summary | |
---|---|
static DataFoundationQueryScriptPropertyKey |
get(int value)
Returns the 'Data Foundation Query Script Property Key' literal with the specified integer value. |
static DataFoundationQueryScriptPropertyKey |
get(java.lang.String literal)
Returns the 'Data Foundation Query Script Property Key' literal with the specified literal value. |
static DataFoundationQueryScriptPropertyKey |
getByName(java.lang.String name)
Returns the 'Data Foundation Query Script Property Key' literal with the specified name. |
java.lang.String |
getLiteral()
Returns the string representation of the enumerator. |
java.lang.String |
getName()
Returns the literal name of the enumerator. |
int |
getValue()
Returns the literal integer value of the enumerator. |
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation. |
static DataFoundationQueryScriptPropertyKey |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DataFoundationQueryScriptPropertyKey[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final DataFoundationQueryScriptPropertyKey ANSI92
ANSI92_VALUE
public static final DataFoundationQueryScriptPropertyKey AUTO_UPDATE_QUERY
AUTO_UPDATE_QUERY_VALUE
public static final DataFoundationQueryScriptPropertyKey BEGIN_SQL
BEGIN_SQL_VALUE
public static final DataFoundationQueryScriptPropertyKey BLOB_COMPARISON
BLOB_COMPARISON_VALUE
public static final DataFoundationQueryScriptPropertyKey BOUNDARY_WEIGHT_TABLE
BOUNDARY_WEIGHT_TABLE_VALUE
public static final DataFoundationQueryScriptPropertyKey COMPARE_CONTEXTS_WITH_JOINS
COMPARE_CONTEXTS_WITH_JOINS_VALUE
public static final DataFoundationQueryScriptPropertyKey END_SQL
END_SQL_VALUE
public static final DataFoundationQueryScriptPropertyKey FORCE_SORTED_LOV
FORCE_SORTED_LOV_VALUE
public static final DataFoundationQueryScriptPropertyKey INNERJOIN_IN_WHERE
INNERJOIN_IN_WHERE_VALUE
public static final DataFoundationQueryScriptPropertyKey JOIN_BY_SQL
JOIN_BY_SQL_VALUE
public static final DataFoundationQueryScriptPropertyKey MAX_INLIST_VALUES
MAX_INLIST_VALUES_VALUE
public static final DataFoundationQueryScriptPropertyKey REPLACE_COMMA_BY_CONCAT
REPLACE_COMMA_BY_CONCAT_VALUE
public static final DataFoundationQueryScriptPropertyKey SELFJOINS_IN_WHERE
SELFJOINS_IN_WHERE_VALUE
public static final DataFoundationQueryScriptPropertyKey SHORTCUT_BEHAVIOR
SHORTCUT_BEHAVIOR_VALUE
public static final DataFoundationQueryScriptPropertyKey THOROUGH_PARSE
THOROUGH_PARSE_VALUE
public static final DataFoundationQueryScriptPropertyKey UNICODE_STRINGS
UNICODE_STRINGS_VALUE
public static final DataFoundationQueryScriptPropertyKey USE_ENHANCED_QUERY_STRIPPING
USE_ENHANCED_QUERY_STRIPPING_VALUE
Field Detail |
---|
public static final int ANSI92_VALUE
ANSI92
,
Constant Field Valuespublic static final int AUTO_UPDATE_QUERY_VALUE
AUTO_UPDATE_QUERY
,
Constant Field Valuespublic static final int BEGIN_SQL_VALUE
BEGIN_SQL
,
Constant Field Valuespublic static final int BLOB_COMPARISON_VALUE
BLOB_COMPARISON
,
Constant Field Valuespublic static final int BOUNDARY_WEIGHT_TABLE_VALUE
BOUNDARY_WEIGHT_TABLE
,
Constant Field Valuespublic static final int COMPARE_CONTEXTS_WITH_JOINS_VALUE
COMPARE_CONTEXTS_WITH_JOINS
,
Constant Field Valuespublic static final int END_SQL_VALUE
END_SQL
,
Constant Field Valuespublic static final int FORCE_SORTED_LOV_VALUE
FORCE_SORTED_LOV
,
Constant Field Valuespublic static final int INNERJOIN_IN_WHERE_VALUE
INNERJOIN_IN_WHERE
,
Constant Field Valuespublic static final int JOIN_BY_SQL_VALUE
JOIN_BY_SQL
,
Constant Field Valuespublic static final int MAX_INLIST_VALUES_VALUE
MAX_INLIST_VALUES
,
Constant Field Valuespublic static final int REPLACE_COMMA_BY_CONCAT_VALUE
REPLACE_COMMA_BY_CONCAT
,
Constant Field Valuespublic static final int SELFJOINS_IN_WHERE_VALUE
SELFJOINS_IN_WHERE
,
Constant Field Valuespublic static final int SHORTCUT_BEHAVIOR_VALUE
SHORTCUT_BEHAVIOR
,
Constant Field Valuespublic static final int THOROUGH_PARSE_VALUE
THOROUGH_PARSE
,
Constant Field Valuespublic static final int UNICODE_STRINGS_VALUE
UNICODE_STRINGS
,
Constant Field Valuespublic static final int USE_ENHANCED_QUERY_STRIPPING_VALUE
USE_ENHANCED_QUERY_STRIPPING
,
Constant Field Valuespublic static final java.util.List<DataFoundationQueryScriptPropertyKey> VALUES
Method Detail |
---|
public static DataFoundationQueryScriptPropertyKey[] values()
for (DataFoundationQueryScriptPropertyKey c : DataFoundationQueryScriptPropertyKey.values()) System.out.println(c);
public static DataFoundationQueryScriptPropertyKey valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic static DataFoundationQueryScriptPropertyKey get(java.lang.String literal)
literal
- The query script property key literal as a string
DataFoundationQueryScriptPropertyKey
object
public static DataFoundationQueryScriptPropertyKey getByName(java.lang.String name)
name
- The literal name of the enumerator
DataFoundationQueryScriptPropertyKey
object
public static DataFoundationQueryScriptPropertyKey get(int value)
value
- The literal integer value of the enumerator
DataFoundationQueryScriptPropertyKey
object
public int getValue()
public java.lang.String getName()
public java.lang.String getLiteral()
public java.lang.String toString()
toString
in class java.lang.Enum<DataFoundationQueryScriptPropertyKey>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |