| 
 | ||||||||||
| 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.QueryCombinedOperator
public final class QueryCombinedOperator
A representation of the literals of the enumeration 'Combined Operator', and utility methods for working with them. UNION=1 UNION_ALL=2 INTERSECT=3 INTERSECT_ALL=4 EXCEPT=5 EXCEPT_ALL=6
SQLQueryModelPackage.getQueryCombinedOperator(), 
Serialized Form| Field Summary | |
|---|---|
| static int | EXCEPTThe 'EXCEPT' literal value. | 
| static int | EXCEPT_ALLThe 'EXCEPT ALL' literal value. | 
| static QueryCombinedOperator | EXCEPT_ALL_LITERALThe 'EXCEPT ALL' literal object. | 
| static QueryCombinedOperator | EXCEPT_LITERALThe 'EXCEPT' literal object. | 
| static int | INTERSECTThe 'INTERSECT' literal value. | 
| static int | INTERSECT_ALLThe 'INTERSECT ALL' literal value. | 
| static QueryCombinedOperator | INTERSECT_ALL_LITERALThe 'INTERSECT ALL' literal object. | 
| static QueryCombinedOperator | INTERSECT_LITERALThe 'INTERSECT' literal object. | 
| static int | UNIONThe 'UNION' literal value. | 
| static int | UNION_ALLThe 'UNION ALL' literal value. | 
| static QueryCombinedOperator | UNION_ALL_LITERALThe 'UNION ALL' literal object. | 
| static QueryCombinedOperator | UNION_LITERALThe 'UNION' literal object. | 
| static java.util.List | VALUESA public read-only list of all the 'Query Combined Operator' enumerators. | 
| Method Summary | |
|---|---|
| static QueryCombinedOperator | get(int value)Returns the 'Query Combined Operator' literal with the specified integer value. | 
| static QueryCombinedOperator | get(java.lang.String literal)Returns the 'Query Combined Operator' literal with the specified literal value. | 
| static QueryCombinedOperator | getByName(java.lang.String name)Returns the 'Query 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 UNION
UNION_LITERAL, 
Constant Field Valuespublic static final int UNION_ALL
UNION_ALL_LITERAL, 
Constant Field Valuespublic static final int INTERSECT
INTERSECT_LITERAL, 
Constant Field Valuespublic static final int INTERSECT_ALL
INTERSECT_ALL_LITERAL, 
Constant Field Valuespublic static final int EXCEPT
EXCEPT_LITERAL, 
Constant Field Valuespublic static final int EXCEPT_ALL
EXCEPT_ALL_LITERAL, 
Constant Field Valuespublic static final QueryCombinedOperator UNION_LITERAL
If the meaning of 'UNION' literal object isn't clear, there really should be more of a description here...
UNIONpublic static final QueryCombinedOperator UNION_ALL_LITERAL
If the meaning of 'UNION ALL' literal object isn't clear, there really should be more of a description here...
UNION_ALLpublic static final QueryCombinedOperator INTERSECT_LITERAL
If the meaning of 'INTERSECT' literal object isn't clear, there really should be more of a description here...
INTERSECTpublic static final QueryCombinedOperator INTERSECT_ALL_LITERAL
If the meaning of 'INTERSECT ALL' literal object isn't clear, there really should be more of a description here...
INTERSECT_ALLpublic static final QueryCombinedOperator EXCEPT_LITERAL
If the meaning of 'EXCEPT' literal object isn't clear, there really should be more of a description here...
EXCEPTpublic static final QueryCombinedOperator EXCEPT_ALL_LITERAL
If the meaning of 'EXCEPT ALL' literal object isn't clear, there really should be more of a description here...
EXCEPT_ALLpublic static final java.util.List VALUES
| Method Detail | 
|---|
public static QueryCombinedOperator get(java.lang.String literal)
public static QueryCombinedOperator getByName(java.lang.String name)
public static QueryCombinedOperator get(int value)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||