| 
 | ||||||||||
| 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.PredicateComparisonOperator
public final class PredicateComparisonOperator
A representation of the literals of the enumeration 'SQL Predicate Comparison Operator', and utility methods for working with them.
SQLQueryModelPackage.getPredicateComparisonOperator(), 
Serialized Form| Field Summary | |
|---|---|
| static int | EQUALThe 'EQUAL' literal value. | 
| static PredicateComparisonOperator | EQUAL_LITERALThe 'EQUAL' literal object. | 
| static int | GREATER_THANThe 'GREATER THAN' literal value. | 
| static PredicateComparisonOperator | GREATER_THAN_LITERALThe 'GREATER THAN' literal object. | 
| static int | GREATER_THAN_OR_EQUALThe 'GREATER THAN OR EQUAL' literal value. | 
| static PredicateComparisonOperator | GREATER_THAN_OR_EQUAL_LITERALThe 'GREATER THAN OR EQUAL' literal object. | 
| static int | LESS_THANThe 'LESS THAN' literal value. | 
| static PredicateComparisonOperator | LESS_THAN_LITERALThe 'LESS THAN' literal object. | 
| static int | LESS_THAN_OR_EQUALThe 'LESS THAN OR EQUAL' literal value. | 
| static PredicateComparisonOperator | LESS_THAN_OR_EQUAL_LITERALThe 'LESS THAN OR EQUAL' literal object. | 
| static int | NOT_EQUALThe 'NOT EQUAL' literal value. | 
| static PredicateComparisonOperator | NOT_EQUAL_LITERALThe 'NOT EQUAL' literal object. | 
| static java.util.List | VALUESA public read-only list of all the 'Predicate Comparison Operator' enumerators. | 
| Method Summary | |
|---|---|
| static PredicateComparisonOperator | get(int value)Returns the 'Predicate Comparison Operator' literal with the specified integer value. | 
| static PredicateComparisonOperator | get(java.lang.String literal)Returns the 'Predicate Comparison Operator' literal with the specified literal value. | 
| static PredicateComparisonOperator | getByName(java.lang.String name)Returns the 'Predicate Comparison 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 EQUAL
EQUAL_LITERAL, 
Constant Field Valuespublic static final int NOT_EQUAL
NOT_EQUAL_LITERAL, 
Constant Field Valuespublic static final int LESS_THAN
LESS_THAN_LITERAL, 
Constant Field Valuespublic static final int GREATER_THAN
GREATER_THAN_LITERAL, 
Constant Field Valuespublic static final int LESS_THAN_OR_EQUAL
LESS_THAN_OR_EQUAL_LITERAL, 
Constant Field Valuespublic static final int GREATER_THAN_OR_EQUAL
GREATER_THAN_OR_EQUAL_LITERAL, 
Constant Field Valuespublic static final PredicateComparisonOperator EQUAL_LITERAL
If the meaning of 'EQUAL' literal object isn't clear, there really should be more of a description here...
EQUALpublic static final PredicateComparisonOperator NOT_EQUAL_LITERAL
If the meaning of 'NOT EQUAL' literal object isn't clear, there really should be more of a description here...
NOT_EQUALpublic static final PredicateComparisonOperator LESS_THAN_LITERAL
If the meaning of 'LESS THAN' literal object isn't clear, there really should be more of a description here...
LESS_THANpublic static final PredicateComparisonOperator GREATER_THAN_LITERAL
If the meaning of 'GREATER THAN' literal object isn't clear, there really should be more of a description here...
GREATER_THANpublic static final PredicateComparisonOperator LESS_THAN_OR_EQUAL_LITERAL
If the meaning of 'LESS THAN OR EQUAL' literal object isn't clear, there really should be more of a description here...
LESS_THAN_OR_EQUALpublic static final PredicateComparisonOperator GREATER_THAN_OR_EQUAL_LITERAL
If the meaning of 'GREATER THAN OR EQUAL' literal object isn't clear, there really should be more of a description here...
GREATER_THAN_OR_EQUALpublic static final java.util.List VALUES
| Method Detail | 
|---|
public static PredicateComparisonOperator get(java.lang.String literal)
public static PredicateComparisonOperator getByName(java.lang.String name)
public static PredicateComparisonOperator get(int value)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||