| 
 | ||||||||||
| 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.ValueExpressionUnaryOperator
public final class ValueExpressionUnaryOperator
A representation of the literals of the enumeration 'SQL Value Expression Unary Operator', and utility methods for working with them.
SQLQueryModelPackage.getValueExpressionUnaryOperator(), 
Serialized Form| Field Summary | |
|---|---|
| static int | MINUSThe 'MINUS' literal value. | 
| static ValueExpressionUnaryOperator | MINUS_LITERALThe 'MINUS' literal object. | 
| static int | NONEThe 'NONE' literal value. | 
| static ValueExpressionUnaryOperator | NONE_LITERALThe 'NONE' literal object. | 
| static int | PLUSThe 'PLUS' literal value. | 
| static ValueExpressionUnaryOperator | PLUS_LITERALThe 'PLUS' literal object. | 
| static java.util.List | VALUESA public read-only list of all the 'Value Expression Unary Operator' enumerators. | 
| Method Summary | |
|---|---|
| static ValueExpressionUnaryOperator | get(int value)Returns the 'Value Expression Unary Operator' literal with the specified integer value. | 
| static ValueExpressionUnaryOperator | get(java.lang.String literal)Returns the 'Value Expression Unary Operator' literal with the specified literal value. | 
| static ValueExpressionUnaryOperator | getByName(java.lang.String name)Returns the 'Value Expression Unary 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 NONE
NONE_LITERAL, 
Constant Field Valuespublic static final int PLUS
PLUS_LITERAL, 
Constant Field Valuespublic static final int MINUS
MINUS_LITERAL, 
Constant Field Valuespublic static final ValueExpressionUnaryOperator NONE_LITERAL
If the meaning of 'NONE' literal object isn't clear, there really should be more of a description here...
NONEpublic static final ValueExpressionUnaryOperator PLUS_LITERAL
If the meaning of 'PLUS' literal object isn't clear, there really should be more of a description here...
PLUSpublic static final ValueExpressionUnaryOperator MINUS_LITERAL
If the meaning of 'MINUS' literal object isn't clear, there really should be more of a description here...
MINUSpublic static final java.util.List VALUES
| Method Detail | 
|---|
public static ValueExpressionUnaryOperator get(java.lang.String literal)
public static ValueExpressionUnaryOperator getByName(java.lang.String name)
public static ValueExpressionUnaryOperator get(int value)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||