| 
 | ||||||||||
| 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.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(), 
Serialized Form| Field Summary | |
|---|---|
| static int | ADDThe 'ADD' literal value. | 
| static ValueExpressionCombinedOperator | ADD_LITERALThe 'ADD' literal object. | 
| static int | CONCATENATEThe 'CONCATENATE' literal value. | 
| static ValueExpressionCombinedOperator | CONCATENATE_LITERALThe 'CONCATENATE' literal object. | 
| static int | DIVIDEThe 'DIVIDE' literal value. | 
| static ValueExpressionCombinedOperator | DIVIDE_LITERALThe 'DIVIDE' literal object. | 
| static int | MULTIPLYThe 'MULTIPLY' literal value. | 
| static ValueExpressionCombinedOperator | MULTIPLY_LITERALThe 'MULTIPLY' literal object. | 
| static int | SUBTRACTThe 'SUBTRACT' literal value. | 
| static ValueExpressionCombinedOperator | SUBTRACT_LITERALThe 'SUBTRACT' literal object. | 
| static java.util.List | VALUESA 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 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 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...
ADDpublic static final ValueExpressionCombinedOperator SUBTRACT_LITERAL
If the meaning of 'SUBTRACT' literal object isn't clear, there really should be more of a description here...
SUBTRACTpublic static final ValueExpressionCombinedOperator MULTIPLY_LITERAL
If the meaning of 'MULTIPLY' literal object isn't clear, there really should be more of a description here...
MULTIPLYpublic static final ValueExpressionCombinedOperator DIVIDE_LITERAL
If the meaning of 'DIVIDE' literal object isn't clear, there really should be more of a description here...
DIVIDEpublic static final ValueExpressionCombinedOperator CONCATENATE_LITERAL
If the meaning of 'CONCATENATE' literal object isn't clear, there really should be more of a description here...
CONCATENATEpublic 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 | |||||||||