|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| 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.hyades.logging.adapter.model.internal.filter.NumericalRelationalOperatorType
public final class NumericalRelationalOperatorType
A representation of the literals of the enumeration 'Numerical Relational Operator Type', and utility methods for working with them. Relational operators that can operate on a numerical value.
FilterPackage.getNumericalRelationalOperatorType()| Field Summary | |
|---|---|
static int |
EQUALS
The 'Equals' literal value |
static NumericalRelationalOperatorType |
EQUALS_LITERAL
The 'Equals' literal object |
static int |
GREATER_THAN
The 'Greater Than' literal value |
static NumericalRelationalOperatorType |
GREATER_THAN_LITERAL
The 'Greater Than' literal object |
static int |
GREATER_THAN_OR_EQUAL
The 'Greater Than Or Equal' literal value |
static NumericalRelationalOperatorType |
GREATER_THAN_OR_EQUAL_LITERAL
The 'Greater Than Or Equal' literal object |
static int |
LESS_THAN
The 'Less Than' literal value |
static NumericalRelationalOperatorType |
LESS_THAN_LITERAL
The 'Less Than' literal object |
static int |
LESS_THAN_OR_EQUAL
The 'Less Than Or Equal' literal value |
static NumericalRelationalOperatorType |
LESS_THAN_OR_EQUAL_LITERAL
The 'Less Than Or Equal' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Numerical Relational Operator Type' enumerators |
| Method Summary | |
|---|---|
static NumericalRelationalOperatorType |
get(int value)
Returns the 'Numerical Relational Operator Type' literal with the specified integer value |
static NumericalRelationalOperatorType |
get(java.lang.String literal)
Returns the 'Numerical Relational Operator Type' literal with the specified literal value |
static NumericalRelationalOperatorType |
getByName(java.lang.String name)
Returns the 'Numerical Relational Operator Type' 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int EQUALS
If the meaning of 'Equals' literal object isn't clear, there really should be more of a description here...
EQUALS_LITERAL,
Constant Field Valuespublic static final int GREATER_THAN
If the meaning of 'Greater Than' literal object isn't clear, there really should be more of a description here...
GREATER_THAN_LITERAL,
Constant Field Valuespublic static final int LESS_THAN
If the meaning of 'Less Than' literal object isn't clear, there really should be more of a description here...
LESS_THAN_LITERAL,
Constant Field Valuespublic static final int GREATER_THAN_OR_EQUAL
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_EQUAL_LITERAL,
Constant Field Valuespublic static final int LESS_THAN_OR_EQUAL
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_EQUAL_LITERAL,
Constant Field Valuespublic static final NumericalRelationalOperatorType EQUALS_LITERAL
EQUALSpublic static final NumericalRelationalOperatorType GREATER_THAN_LITERAL
GREATER_THANpublic static final NumericalRelationalOperatorType LESS_THAN_LITERAL
LESS_THANpublic static final NumericalRelationalOperatorType GREATER_THAN_OR_EQUAL_LITERAL
GREATER_THAN_OR_EQUALpublic static final NumericalRelationalOperatorType LESS_THAN_OR_EQUAL_LITERAL
LESS_THAN_OR_EQUALpublic static final java.util.List VALUES
| Method Detail |
|---|
public static NumericalRelationalOperatorType get(java.lang.String literal)
public static NumericalRelationalOperatorType getByName(java.lang.String name)
public static NumericalRelationalOperatorType get(int value)
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||