| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
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(), 
Serialized Form| Field Summary | |
|---|---|
| static int | ANDThe 'AND' literal value. | 
| static SearchConditionCombinedOperator | AND_LITERALThe 'AND' literal object. | 
| static int | ORThe 'OR' literal value. | 
| static SearchConditionCombinedOperator | OR_LITERALThe 'OR' literal object. | 
| static java.util.List | VALUESA 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 org.eclipse.emf.common.util.AbstractEnumerator | 
|---|
| getLiteral, getName, getValue, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, 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...
ANDpublic static final SearchConditionCombinedOperator OR_LITERAL
If the meaning of 'OR' literal object isn't clear, there really should be more of a description here...
ORpublic 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 | |||||||||