|
||||||||||
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 FormField Summary | |
---|---|
static int |
MINUS
The 'MINUS' literal value. |
static ValueExpressionUnaryOperator |
MINUS_LITERAL
The 'MINUS' literal object. |
static int |
NONE
The 'NONE' literal value. |
static ValueExpressionUnaryOperator |
NONE_LITERAL
The 'NONE' literal object. |
static int |
PLUS
The 'PLUS' literal value. |
static ValueExpressionUnaryOperator |
PLUS_LITERAL
The 'PLUS' literal object. |
static java.util.List |
VALUES
A 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...
NONE
public static final ValueExpressionUnaryOperator PLUS_LITERAL
If the meaning of 'PLUS' literal object isn't clear, there really should be more of a description here...
PLUS
public static final ValueExpressionUnaryOperator MINUS_LITERAL
If the meaning of 'MINUS' literal object isn't clear, there really should be more of a description here...
MINUS
public 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 |