|
||||||||||
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.ValueExpressionCombinedOperator
public final class ValueExpressionCombinedOperator
A representation of the literals of the enumeration 'SQL Value Expression Combined Operator', and utility methods for working with them.
SQLQueryModelPackage.getValueExpressionCombinedOperator()
Field Summary | |
---|---|
static int |
ADD
The 'ADD' literal value. |
static ValueExpressionCombinedOperator |
ADD_LITERAL
The 'ADD' literal object. |
static int |
CONCATENATE
The 'CONCATENATE' literal value. |
static ValueExpressionCombinedOperator |
CONCATENATE_LITERAL
The 'CONCATENATE' literal object. |
static int |
DIVIDE
The 'DIVIDE' literal value. |
static ValueExpressionCombinedOperator |
DIVIDE_LITERAL
The 'DIVIDE' literal object. |
static int |
MULTIPLY
The 'MULTIPLY' literal value. |
static ValueExpressionCombinedOperator |
MULTIPLY_LITERAL
The 'MULTIPLY' literal object. |
static int |
SUBTRACT
The 'SUBTRACT' literal value. |
static ValueExpressionCombinedOperator |
SUBTRACT_LITERAL
The 'SUBTRACT' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Value Expression Combined Operator' enumerators. |
Method Summary | |
---|---|
static ValueExpressionCombinedOperator |
get(int value)
Returns the 'Value Expression Combined Operator' literal with the specified integer value. |
static ValueExpressionCombinedOperator |
get(java.lang.String literal)
Returns the 'Value Expression Combined Operator' literal with the specified literal value. |
static ValueExpressionCombinedOperator |
getByName(java.lang.String name)
Returns the 'Value Expression 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 ADD
ADD_LITERAL
,
Constant Field Valuespublic static final int SUBTRACT
SUBTRACT_LITERAL
,
Constant Field Valuespublic static final int MULTIPLY
MULTIPLY_LITERAL
,
Constant Field Valuespublic static final int DIVIDE
DIVIDE_LITERAL
,
Constant Field Valuespublic static final int CONCATENATE
CONCATENATE_LITERAL
,
Constant Field Valuespublic static final ValueExpressionCombinedOperator ADD_LITERAL
If the meaning of 'ADD' literal object isn't clear, there really should be more of a description here...
ADD
public static final ValueExpressionCombinedOperator SUBTRACT_LITERAL
If the meaning of 'SUBTRACT' literal object isn't clear, there really should be more of a description here...
SUBTRACT
public static final ValueExpressionCombinedOperator MULTIPLY_LITERAL
If the meaning of 'MULTIPLY' literal object isn't clear, there really should be more of a description here...
MULTIPLY
public static final ValueExpressionCombinedOperator DIVIDE_LITERAL
If the meaning of 'DIVIDE' literal object isn't clear, there really should be more of a description here...
DIVIDE
public static final ValueExpressionCombinedOperator CONCATENATE_LITERAL
If the meaning of 'CONCATENATE' literal object isn't clear, there really should be more of a description here...
CONCATENATE
public static final java.util.List VALUES
Method Detail |
---|
public static ValueExpressionCombinedOperator get(java.lang.String literal)
public static ValueExpressionCombinedOperator getByName(java.lang.String name)
public static ValueExpressionCombinedOperator get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |