|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<RelationalOperators>
org.eclipse.hyades.models.hierarchy.extensions.RelationalOperators
public enum RelationalOperators
A representation of the literals of the enumeration 'Relational Operators', and utility methods for working with them.
ExtensionsPackage.getRelationalOperators()| Enum Constant Summary | |
|---|---|
BETWEEN_LITERAL
The 'BETWEEN' literal object |
|
EQ_LITERAL
The 'EQ' literal object |
|
GE_LITERAL
The 'GE' literal object |
|
GT_LITERAL
The 'GT' literal object |
|
IN_LITERAL
The 'IN' literal object |
|
LE_LITERAL
The 'LE' literal object |
|
LIKE_LITERAL
The 'LIKE' literal object |
|
LT_LITERAL
The 'LT' literal object |
|
NEQ_LITERAL
The 'NEQ' literal object |
|
| Field Summary | |
|---|---|
static int |
BETWEEN
The 'BETWEEN' literal value |
static int |
EQ
The 'EQ' literal value |
static int |
GE
The 'GE' literal value |
static int |
GT
The 'GT' literal value |
static int |
IN
The 'IN' literal value |
static int |
LE
The 'LE' literal value |
static int |
LIKE
The 'LIKE' literal value |
static int |
LT
The 'LT' literal value |
static int |
NEQ
The 'NEQ' literal value |
static java.util.List<RelationalOperators> |
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 |
java.lang.String |
getLiteral()
|
java.lang.String |
getName()
|
static java.lang.String |
getString(int value)
|
int |
getValue()
|
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation |
static RelationalOperators |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RelationalOperators[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public 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...
BETWEEN| 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 java.util.List<RelationalOperators> VALUES
| Method Detail |
|---|
public static final RelationalOperators[] values()
for(RelationalOperators c : RelationalOperators.values())
System.out.println(c);
public static RelationalOperators valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic static RelationalOperators get(java.lang.String literal)
public static RelationalOperators getByName(java.lang.String name)
public static RelationalOperators get(int value)
public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String toString()
toString in class java.lang.Enum<RelationalOperators>public static java.lang.String getString(int value)
|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||