|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractEnumerator
org.eclipse.datatools.modelbase.sql.query.SearchConditionCombinedOperator
public final class SearchConditionCombinedOperator
A representation of the literals of the enumeration 'SQL Search Condition Combined Operator', and utility methods for working with them.
SQLQueryModelPackage.getSearchConditionCombinedOperator()
Field Summary | |
---|---|
static int |
AND
The 'AND' literal value. |
static SearchConditionCombinedOperator |
AND_LITERAL
The 'AND' literal object. |
static int |
OR
The 'OR' literal value. |
static SearchConditionCombinedOperator |
OR_LITERAL
The 'OR' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Search Condition Combined Operator' enumerators. |
Method Summary | |
---|---|
static SearchConditionCombinedOperator |
get(int value)
Returns the 'Search Condition Combined Operator' literal with the specified integer value. |
static SearchConditionCombinedOperator |
get(java.lang.String literal)
Returns the 'Search Condition Combined Operator' literal with the specified literal value. |
static SearchConditionCombinedOperator |
getByName(java.lang.String name)
Returns the 'Search Condition Combined Operator' literal with the specified name. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int AND
AND_LITERAL
,
Constant Field Valuespublic static final int OR
OR_LITERAL
,
Constant Field Valuespublic static final SearchConditionCombinedOperator AND_LITERAL
If the meaning of 'AND' literal object isn't clear, there really should be more of a description here...
AND
public static final SearchConditionCombinedOperator OR_LITERAL
If the meaning of 'OR' literal object isn't clear, there really should be more of a description here...
OR
public static final java.util.List VALUES
Method Detail |
---|
public static SearchConditionCombinedOperator get(java.lang.String literal)
public static SearchConditionCombinedOperator getByName(java.lang.String name)
public static SearchConditionCombinedOperator get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |