| 
 | ||||||||||
| 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.TableJoinedOperator
public final class TableJoinedOperator
A representation of the literals of the enumeration 'SQL Table Joined Operator', and utility methods for working with them.
SQLQueryModelPackage.getTableJoinedOperator(), 
Serialized Form| Field Summary | |
|---|---|
| static int | DEFAULT_INNERThe 'DEFAULT INNER' literal value. | 
| static TableJoinedOperator | DEFAULT_INNER_LITERALThe 'DEFAULT INNER' literal object. | 
| static int | EXPLICIT_INNERThe 'EXPLICIT INNER' literal value. | 
| static TableJoinedOperator | EXPLICIT_INNER_LITERALThe 'EXPLICIT INNER' literal object. | 
| static int | FULL_OUTERThe 'FULL OUTER' literal value. | 
| static TableJoinedOperator | FULL_OUTER_LITERALThe 'FULL OUTER' literal object. | 
| static int | LEFT_OUTERThe 'LEFT OUTER' literal value. | 
| static TableJoinedOperator | LEFT_OUTER_LITERALThe 'LEFT OUTER' literal object. | 
| static int | RIGHT_OUTERThe 'RIGHT OUTER' literal value. | 
| static TableJoinedOperator | RIGHT_OUTER_LITERALThe 'RIGHT OUTER' literal object. | 
| static java.util.List | VALUESA public read-only list of all the 'Table Joined Operator' enumerators. | 
| Method Summary | |
|---|---|
| static TableJoinedOperator | get(int value)Returns the 'Table Joined Operator' literal with the specified integer value. | 
| static TableJoinedOperator | get(java.lang.String literal)Returns the 'Table Joined Operator' literal with the specified literal value. | 
| static TableJoinedOperator | getByName(java.lang.String name)Returns the 'Table Joined 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 DEFAULT_INNER
DEFAULT_INNER_LITERAL, 
Constant Field Valuespublic static final int EXPLICIT_INNER
EXPLICIT_INNER_LITERAL, 
Constant Field Valuespublic static final int LEFT_OUTER
LEFT_OUTER_LITERAL, 
Constant Field Valuespublic static final int RIGHT_OUTER
RIGHT_OUTER_LITERAL, 
Constant Field Valuespublic static final int FULL_OUTER
FULL_OUTER_LITERAL, 
Constant Field Valuespublic static final TableJoinedOperator DEFAULT_INNER_LITERAL
If the meaning of 'DEFAULT INNER' literal object isn't clear, there really should be more of a description here...
DEFAULT_INNERpublic static final TableJoinedOperator EXPLICIT_INNER_LITERAL
If the meaning of 'EXPLICIT INNER' literal object isn't clear, there really should be more of a description here...
EXPLICIT_INNERpublic static final TableJoinedOperator LEFT_OUTER_LITERAL
If the meaning of 'LEFT OUTER' literal object isn't clear, there really should be more of a description here...
LEFT_OUTERpublic static final TableJoinedOperator RIGHT_OUTER_LITERAL
If the meaning of 'RIGHT OUTER' literal object isn't clear, there really should be more of a description here...
RIGHT_OUTERpublic static final TableJoinedOperator FULL_OUTER_LITERAL
If the meaning of 'FULL OUTER' literal object isn't clear, there really should be more of a description here...
FULL_OUTERpublic static final java.util.List VALUES
| Method Detail | 
|---|
public static TableJoinedOperator get(java.lang.String literal)
public static TableJoinedOperator getByName(java.lang.String name)
public static TableJoinedOperator get(int value)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||