TPTP 4.2.0 Platform Project
Public API Specification

org.eclipse.hyades.models.hierarchy.extensions
Class RelationalOperators

java.lang.Object
  extended byorg.eclipse.emf.common.util.AbstractEnumerator
      extended byorg.eclipse.hyades.models.hierarchy.extensions.RelationalOperators
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

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

A representation of the literals of the enumeration 'Relational Operators', and utility methods for working with them.

See Also:
ExtensionsPackage.getRelationalOperators()
Generated
[EMF] Model

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

LT

public static final int LT
The 'LT' literal value.

See Also:
LT_LITERAL, Constant Field Values
Generated
[EMF] Model
[EMF] Ordered

GT

public static final int GT
The 'GT' literal value.

See Also:
GT_LITERAL, Constant Field Values
Generated
[EMF] Model
[EMF] Ordered

EQ

public static final int EQ
The 'EQ' literal value.

See Also:
EQ_LITERAL, Constant Field Values
Generated
[EMF] Model
[EMF] Ordered

LE

public static final int LE
The 'LE' literal value.

See Also:
LE_LITERAL, Constant Field Values
Generated
[EMF] Model
[EMF] Ordered

GE

public static final int GE
The 'GE' literal value.

See Also:
GE_LITERAL, Constant Field Values
Generated
[EMF] Model
[EMF] Ordered

NEQ

public static final int NEQ
The 'NEQ' literal value.

See Also:
NEQ_LITERAL, Constant Field Values
Generated
[EMF] Model
[EMF] Ordered

LIKE

public static final int LIKE
The 'LIKE' literal value.

See Also:
LIKE_LITERAL, Constant Field Values
Generated
[EMF] Model
[EMF] Ordered

IN

public static final int IN
The 'IN' literal value.

See Also:
IN_LITERAL, Constant Field Values
Generated
[EMF] Model
[EMF] Ordered

BETWEEN

public static final int BETWEEN
The 'BETWEEN' literal value.

See Also:
BETWEEN_LITERAL, Constant Field Values
Generated
[EMF] Model
[EMF] Ordered

LT_LITERAL

public static final RelationalOperators LT_LITERAL
The 'LT' literal object.

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

See Also:
LT
Generated
[EMF] Ordered

GT_LITERAL

public static final RelationalOperators GT_LITERAL
The 'GT' literal object.

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

See Also:
GT
Generated
[EMF] Ordered

EQ_LITERAL

public static final RelationalOperators EQ_LITERAL
The 'EQ' literal object.

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

See Also:
EQ
Generated
[EMF] Ordered

LE_LITERAL

public static final RelationalOperators LE_LITERAL
The 'LE' literal object.

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

See Also:
LE
Generated
[EMF] Ordered

GE_LITERAL

public static final RelationalOperators GE_LITERAL
The 'GE' literal object.

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

See Also:
GE
Generated
[EMF] Ordered

NEQ_LITERAL

public static final RelationalOperators NEQ_LITERAL
The 'NEQ' literal object.

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

See Also:
NEQ
Generated
[EMF] Ordered

LIKE_LITERAL

public static final RelationalOperators LIKE_LITERAL
The 'LIKE' literal object.

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

See Also:
LIKE
Generated
[EMF] Ordered

IN_LITERAL

public static final RelationalOperators IN_LITERAL
The 'IN' literal object.

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

See Also:
IN
Generated
[EMF] Ordered

BETWEEN_LITERAL

public static final RelationalOperators BETWEEN_LITERAL
The 'BETWEEN' literal object.

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

See Also:
BETWEEN
Generated
[EMF] Ordered

VALUES

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

Generated
Method Detail

get

public static RelationalOperators get(java.lang.String literal)
Returns the 'Relational Operators' literal with the specified literal value.

Generated

getByName

public static RelationalOperators getByName(java.lang.String name)
Returns the 'Relational Operators' literal with the specified name.

Generated

get

public static RelationalOperators get(int value)
Returns the 'Relational Operators' literal with the specified integer value.

Generated

getString

public static java.lang.String getString(int value)

TPTP 4.2.0 Platform Project
Public API Specification