|
|||||||||||
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.TableJoinedOperator
A representation of the literals of the enumeration 'SQL Table Joined Operator', and utility methods for working with them.
SQLQueryModelPackage.getTableJoinedOperator()
,
Serialized FormField Summary | |
static int |
DEFAULT_INNER
The 'DEFAULT INNER' literal value. |
static TableJoinedOperator |
DEFAULT_INNER_LITERAL
The 'DEFAULT INNER' literal object. |
static int |
EXPLICIT_INNER
The 'EXPLICIT INNER' literal value. |
static TableJoinedOperator |
EXPLICIT_INNER_LITERAL
The 'EXPLICIT INNER' literal object. |
static int |
FULL_OUTER
The 'FULL OUTER' literal value. |
static TableJoinedOperator |
FULL_OUTER_LITERAL
The 'FULL OUTER' literal object. |
static int |
LEFT_OUTER
The 'LEFT OUTER' literal value. |
static TableJoinedOperator |
LEFT_OUTER_LITERAL
The 'LEFT OUTER' literal object. |
static int |
RIGHT_OUTER
The 'RIGHT OUTER' literal value. |
static TableJoinedOperator |
RIGHT_OUTER_LITERAL
The 'RIGHT OUTER' literal object. |
static java.util.List |
VALUES
A 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 java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, 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_INNER
public 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_INNER
public 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_OUTER
public 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_OUTER
public 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_OUTER
public 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 |