|
TPTP 4.6.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.StringRelationalOperatorType
public final class StringRelationalOperatorType
A representation of the literals of the enumeration 'String Relational Operator Type', and utility methods for working with them. Relational operators that can operate on a string value.
FilterPackage.getStringRelationalOperatorType(),
Serialized Form| Field Summary | |
|---|---|
static int |
CONTAINS
The 'Contains' literal value |
static StringRelationalOperatorType |
CONTAINS_LITERAL
The 'Contains' literal object |
static int |
ENDS_WITH
The 'Ends With' literal value |
static StringRelationalOperatorType |
ENDS_WITH_LITERAL
The 'Ends With' literal object |
static int |
EQUALS
The 'Equals' literal value |
static StringRelationalOperatorType |
EQUALS_LITERAL
The 'Equals' literal object |
static int |
GREATER_THAN
The 'Greater Than' literal value |
static StringRelationalOperatorType |
GREATER_THAN_LITERAL
The 'Greater Than' literal object |
static int |
GREATER_THAN_OR_EQUAL
The 'Greater Than Or Equal' literal value |
static StringRelationalOperatorType |
GREATER_THAN_OR_EQUAL_LITERAL
The 'Greater Than Or Equal' literal object |
static int |
LESS_THAN
The 'Less Than' literal value |
static StringRelationalOperatorType |
LESS_THAN_LITERAL
The 'Less Than' literal object |
static int |
LESS_THAN_OR_EQUAL
The 'Less Than Or Equal' literal value |
static StringRelationalOperatorType |
LESS_THAN_OR_EQUAL_LITERAL
The 'Less Than Or Equal' literal object |
static int |
STARTS_WITH
The 'Starts With' literal value |
static StringRelationalOperatorType |
STARTS_WITH_LITERAL
The 'Starts With' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'String Relational Operator Type' enumerators |
| Method Summary | |
|---|---|
static StringRelationalOperatorType |
get(int value)
Returns the 'String Relational Operator Type' literal with the specified integer value |
static StringRelationalOperatorType |
get(java.lang.String literal)
Returns the 'String Relational Operator Type' literal with the specified literal value |
static StringRelationalOperatorType |
getByName(java.lang.String name)
Returns the 'String Relational Operator Type' literal with the specified name |
| Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
|---|
getLiteral, getName, getValue, toString, writeReplace |
| 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 STARTS_WITH
If the meaning of 'Starts With' literal object isn't clear, there really should be more of a description here...
STARTS_WITH_LITERAL,
Constant Field Valuespublic static final int ENDS_WITH
If the meaning of 'Ends With' literal object isn't clear, there really should be more of a description here...
ENDS_WITH_LITERAL,
Constant Field Valuespublic static final int CONTAINS
If the meaning of 'Contains' literal object isn't clear, there really should be more of a description here...
CONTAINS_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 StringRelationalOperatorType EQUALS_LITERAL
EQUALSpublic static final StringRelationalOperatorType STARTS_WITH_LITERAL
STARTS_WITHpublic static final StringRelationalOperatorType ENDS_WITH_LITERAL
ENDS_WITHpublic static final StringRelationalOperatorType CONTAINS_LITERAL
CONTAINSpublic static final StringRelationalOperatorType GREATER_THAN_LITERAL
GREATER_THANpublic static final StringRelationalOperatorType LESS_THAN_LITERAL
LESS_THANpublic static final StringRelationalOperatorType GREATER_THAN_OR_EQUAL_LITERAL
GREATER_THAN_OR_EQUALpublic static final StringRelationalOperatorType LESS_THAN_OR_EQUAL_LITERAL
LESS_THAN_OR_EQUALpublic static final java.util.List VALUES
| Method Detail |
|---|
public static StringRelationalOperatorType get(java.lang.String literal)
public static StringRelationalOperatorType getByName(java.lang.String name)
public static StringRelationalOperatorType get(int value)
|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||