TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.hyades.logging.adapter.model.internal.filter
Class StringRelationalOperatorType

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.eclipse.hyades.logging.adapter.model.internal.filter.StringRelationalOperatorType
All Implemented Interfaces:
java.io.Serializable, org.eclipse.emf.common.util.Enumerator

public final class StringRelationalOperatorType
extends org.eclipse.emf.common.util.AbstractEnumerator

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.

See Also:
FilterPackage.getStringRelationalOperatorType(), Serialized Form
Generated
[EMF] Model

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

EQUALS

public static final int EQUALS
The 'Equals' literal value.

If the meaning of 'Equals' literal object isn't clear, there really should be more of a description here...

See Also:
EQUALS_LITERAL, Constant Field Values
Generated
[EMF] Model
name="equals"
[EMF] Ordered

STARTS_WITH

public static final int STARTS_WITH
The 'Starts With' literal value.

If the meaning of 'Starts With' literal object isn't clear, there really should be more of a description here...

See Also:
STARTS_WITH_LITERAL, Constant Field Values
Generated
[EMF] Model
name="startsWith"
[EMF] Ordered

ENDS_WITH

public static final int ENDS_WITH
The 'Ends With' literal value.

If the meaning of 'Ends With' literal object isn't clear, there really should be more of a description here...

See Also:
ENDS_WITH_LITERAL, Constant Field Values
Generated
[EMF] Model
name="endsWith"
[EMF] Ordered

CONTAINS

public static final int CONTAINS
The 'Contains' literal value.

If the meaning of 'Contains' literal object isn't clear, there really should be more of a description here...

See Also:
CONTAINS_LITERAL, Constant Field Values
Generated
[EMF] Model
name="contains"
[EMF] Ordered

GREATER_THAN

public static final int GREATER_THAN
The 'Greater Than' literal value.

If the meaning of 'Greater Than' literal object isn't clear, there really should be more of a description here...

See Also:
GREATER_THAN_LITERAL, Constant Field Values
Generated
[EMF] Model
name="greaterThan"
[EMF] Ordered

LESS_THAN

public static final int LESS_THAN
The 'Less Than' literal value.

If the meaning of 'Less Than' literal object isn't clear, there really should be more of a description here...

See Also:
LESS_THAN_LITERAL, Constant Field Values
Generated
[EMF] Model
name="lessThan"
[EMF] Ordered

GREATER_THAN_OR_EQUAL

public static final int GREATER_THAN_OR_EQUAL
The 'Greater Than Or Equal' literal value.

If the meaning of 'Greater Than Or Equal' literal object isn't clear, there really should be more of a description here...

See Also:
GREATER_THAN_OR_EQUAL_LITERAL, Constant Field Values
Generated
[EMF] Model
name="greaterThanOrEqual"
[EMF] Ordered

LESS_THAN_OR_EQUAL

public static final int LESS_THAN_OR_EQUAL
The 'Less Than Or Equal' literal value.

If the meaning of 'Less Than Or Equal' literal object isn't clear, there really should be more of a description here...

See Also:
LESS_THAN_OR_EQUAL_LITERAL, Constant Field Values
Generated
[EMF] Model
name="lessThanOrEqual"
[EMF] Ordered

EQUALS_LITERAL

public static final StringRelationalOperatorType EQUALS_LITERAL
The 'Equals' literal object.

See Also:
EQUALS
Generated
[EMF] Ordered

STARTS_WITH_LITERAL

public static final StringRelationalOperatorType STARTS_WITH_LITERAL
The 'Starts With' literal object.

See Also:
STARTS_WITH
Generated
[EMF] Ordered

ENDS_WITH_LITERAL

public static final StringRelationalOperatorType ENDS_WITH_LITERAL
The 'Ends With' literal object.

See Also:
ENDS_WITH
Generated
[EMF] Ordered

CONTAINS_LITERAL

public static final StringRelationalOperatorType CONTAINS_LITERAL
The 'Contains' literal object.

See Also:
CONTAINS
Generated
[EMF] Ordered

GREATER_THAN_LITERAL

public static final StringRelationalOperatorType GREATER_THAN_LITERAL
The 'Greater Than' literal object.

See Also:
GREATER_THAN
Generated
[EMF] Ordered

LESS_THAN_LITERAL

public static final StringRelationalOperatorType LESS_THAN_LITERAL
The 'Less Than' literal object.

See Also:
LESS_THAN
Generated
[EMF] Ordered

GREATER_THAN_OR_EQUAL_LITERAL

public static final StringRelationalOperatorType GREATER_THAN_OR_EQUAL_LITERAL
The 'Greater Than Or Equal' literal object.

See Also:
GREATER_THAN_OR_EQUAL
Generated
[EMF] Ordered

LESS_THAN_OR_EQUAL_LITERAL

public static final StringRelationalOperatorType LESS_THAN_OR_EQUAL_LITERAL
The 'Less Than Or Equal' literal object.

See Also:
LESS_THAN_OR_EQUAL
Generated
[EMF] Ordered

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'String Relational Operator Type' enumerators.

Generated
Method Detail

get

public static StringRelationalOperatorType get(java.lang.String literal)
Returns the 'String Relational Operator Type' literal with the specified literal value.

Generated

getByName

public static StringRelationalOperatorType getByName(java.lang.String name)
Returns the 'String Relational Operator Type' literal with the specified name.

Generated

get

public static StringRelationalOperatorType get(int value)
Returns the 'String Relational Operator Type' literal with the specified integer value.

Generated

TPTP 4.6.0 Platform Project
Internal API Specification