|
TPTP 4.2.0 Platform Project Public 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.models.hierarchy.extensions.RelationalOperators
A representation of the literals of the enumeration 'Relational Operators', and utility methods for working with them.
ExtensionsPackage.getRelationalOperators()| Field Summary | |
|---|---|
static int |
BETWEEN
The 'BETWEEN' literal value |
static RelationalOperators |
BETWEEN_LITERAL
The 'BETWEEN' literal object |
static int |
EQ
The 'EQ' literal value |
static RelationalOperators |
EQ_LITERAL
The 'EQ' literal object |
static int |
GE
The 'GE' literal value |
static RelationalOperators |
GE_LITERAL
The 'GE' literal object |
static int |
GT
The 'GT' literal value |
static RelationalOperators |
GT_LITERAL
The 'GT' literal object |
static int |
IN
The 'IN' literal value |
static RelationalOperators |
IN_LITERAL
The 'IN' literal object |
static int |
LE
The 'LE' literal value |
static RelationalOperators |
LE_LITERAL
The 'LE' literal object |
static int |
LIKE
The 'LIKE' literal value |
static RelationalOperators |
LIKE_LITERAL
The 'LIKE' literal object |
static int |
LT
The 'LT' literal value |
static RelationalOperators |
LT_LITERAL
The 'LT' literal object |
static int |
NEQ
The 'NEQ' literal value |
static RelationalOperators |
NEQ_LITERAL
The 'NEQ' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Relational Operators' enumerators |
| Method Summary | |
|---|---|
static RelationalOperators |
get(int value)
Returns the 'Relational Operators' literal with the specified integer value |
static RelationalOperators |
get(java.lang.String literal)
Returns the 'Relational Operators' literal with the specified literal value |
static RelationalOperators |
getByName(java.lang.String name)
Returns the 'Relational Operators' literal with the specified name |
static java.lang.String |
getString(int value)
|
| 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 LT
LT_LITERAL,
Constant Field Valuespublic static final int GT
GT_LITERAL,
Constant Field Valuespublic static final int EQ
EQ_LITERAL,
Constant Field Valuespublic static final int LE
LE_LITERAL,
Constant Field Valuespublic static final int GE
GE_LITERAL,
Constant Field Valuespublic static final int NEQ
NEQ_LITERAL,
Constant Field Valuespublic static final int LIKE
LIKE_LITERAL,
Constant Field Valuespublic static final int IN
IN_LITERAL,
Constant Field Valuespublic static final int BETWEEN
BETWEEN_LITERAL,
Constant Field Valuespublic static final RelationalOperators LT_LITERAL
If the meaning of 'LT' literal object isn't clear, there really should be more of a description here...
LTpublic static final RelationalOperators GT_LITERAL
If the meaning of 'GT' literal object isn't clear, there really should be more of a description here...
GTpublic static final RelationalOperators EQ_LITERAL
If the meaning of 'EQ' literal object isn't clear, there really should be more of a description here...
EQpublic static final RelationalOperators LE_LITERAL
If the meaning of 'LE' literal object isn't clear, there really should be more of a description here...
LEpublic static final RelationalOperators GE_LITERAL
If the meaning of 'GE' literal object isn't clear, there really should be more of a description here...
GEpublic static final RelationalOperators NEQ_LITERAL
If the meaning of 'NEQ' literal object isn't clear, there really should be more of a description here...
NEQpublic static final RelationalOperators LIKE_LITERAL
If the meaning of 'LIKE' literal object isn't clear, there really should be more of a description here...
LIKEpublic static final RelationalOperators IN_LITERAL
If the meaning of 'IN' literal object isn't clear, there really should be more of a description here...
INpublic static final RelationalOperators BETWEEN_LITERAL
If the meaning of 'BETWEEN' literal object isn't clear, there really should be more of a description here...
BETWEENpublic static final java.util.List VALUES
| Method Detail |
public static RelationalOperators get(java.lang.String literal)
public static RelationalOperators getByName(java.lang.String name)
public static RelationalOperators get(int value)
public static java.lang.String getString(int value)
|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||