|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
com.ibm.etools.cobol.application.model.cobol.RelationalOperator
public final class RelationalOperator
A representation of a relational operator. This includes the literals of the enumeration 'Relational Operator', and utility methods for working with them.
COBOLPackage.getRelationalOperator(),
Serialized Form| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
static int |
RO_EQUAL
The 'RO EQUAL' literal value. |
static RelationalOperator |
RO_EQUAL_LITERAL
The 'RO EQUAL' literal object. |
static int |
RO_GREATER
The 'RO GREATER' literal value. |
static RelationalOperator |
RO_GREATER_LITERAL
The 'RO GREATER' literal object. |
static int |
RO_GREATER_OR_EQUAL
The 'RO GREATER OR EQUAL' literal value. |
static RelationalOperator |
RO_GREATER_OR_EQUAL_LITERAL
The 'RO GREATER OR EQUAL' literal object. |
static int |
RO_LESS
The 'RO LESS' literal value. |
static RelationalOperator |
RO_LESS_LITERAL
The 'RO LESS' literal object. |
static int |
RO_LESS_OR_EQUAL
The 'RO LESS OR EQUAL' literal value. |
static RelationalOperator |
RO_LESS_OR_EQUAL_LITERAL
The 'RO LESS OR EQUAL' literal object. |
static int |
RO_NOT_EQUAL
The 'RO NOT EQUAL' literal value. |
static RelationalOperator |
RO_NOT_EQUAL_LITERAL
The 'RO NOT EQUAL' literal object. |
static int |
RO_NOT_GREATER
The 'RO NOT GREATER' literal value. |
static RelationalOperator |
RO_NOT_GREATER_LITERAL
The 'RO NOT GREATER' literal object. |
static int |
RO_NOT_LESS
The 'RO NOT LESS' literal value. |
static RelationalOperator |
RO_NOT_LESS_LITERAL
The 'RO NOT LESS' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Relational Operator' enumerators. |
| Method Summary | |
|---|---|
static RelationalOperator |
get(int value)
Returns the 'Relational Operator' literal with the specified integer value. |
static RelationalOperator |
get(java.lang.String literal)
Returns the 'Relational Operator' literal with the specified literal value. |
static RelationalOperator |
getByName(java.lang.String name)
Returns the 'Relational 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 java.lang.String copyright
public static final int RO_EQUAL
Represents EQUAL or =.
RO_EQUAL_LITERAL,
Constant Field Valuespublic static final int RO_NOT_EQUAL
Represents NOT EQUAL or NOT =.
RO_NOT_EQUAL_LITERAL,
Constant Field Valuespublic static final int RO_GREATER
Represents GREATER or >.
RO_GREATER_LITERAL,
Constant Field Valuespublic static final int RO_NOT_GREATER
Represents NOT GREATER or NOT >.
RO_NOT_GREATER_LITERAL,
Constant Field Valuespublic static final int RO_LESS
Represents LESS or <.
RO_LESS_LITERAL,
Constant Field Valuespublic static final int RO_NOT_LESS
Represents NOT LESS or NOT <.
RO_NOT_LESS_LITERAL,
Constant Field Valuespublic static final int RO_GREATER_OR_EQUAL
Represents GREATER OR EQUAL or >=.
RO_GREATER_OR_EQUAL_LITERAL,
Constant Field Valuespublic static final int RO_LESS_OR_EQUAL
Represents LESS OR EQUAL or <=.
RO_LESS_OR_EQUAL_LITERAL,
Constant Field Valuespublic static final RelationalOperator RO_EQUAL_LITERAL
RO_EQUALpublic static final RelationalOperator RO_NOT_EQUAL_LITERAL
RO_NOT_EQUALpublic static final RelationalOperator RO_GREATER_LITERAL
RO_GREATERpublic static final RelationalOperator RO_NOT_GREATER_LITERAL
RO_NOT_GREATERpublic static final RelationalOperator RO_LESS_LITERAL
RO_LESSpublic static final RelationalOperator RO_NOT_LESS_LITERAL
RO_NOT_LESSpublic static final RelationalOperator RO_GREATER_OR_EQUAL_LITERAL
RO_GREATER_OR_EQUALpublic static final RelationalOperator RO_LESS_OR_EQUAL_LITERAL
RO_LESS_OR_EQUALpublic static final java.util.List VALUES
| Method Detail |
|---|
public static RelationalOperator get(java.lang.String literal)
public static RelationalOperator getByName(java.lang.String name)
public static RelationalOperator get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||