TPTP 4.5.0 Monitoring Tools Project
Public API Specification

org.eclipse.tptp.symptom.sample
Class Operators

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.eclipse.tptp.symptom.sample.Operators
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

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

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

See Also:
SamplePackage.getOperators()
Generated
[EMF] Model

Field Summary
static int EQ
          The 'EQ' literal value
static Operators EQ_LITERAL
          The 'EQ' literal object
static int GE
          The 'GE' literal value
static Operators GE_LITERAL
          The 'GE' literal object
static int GT
          The 'GT' literal value
static Operators GT_LITERAL
          The 'GT' literal object
static int LE
          The 'LE' literal value
static Operators LE_LITERAL
          The 'LE' literal object
static int LIKE
          The 'LIKE' literal value
static Operators LIKE_LITERAL
          The 'LIKE' literal object
static int LT
          The 'LT' literal value
static Operators LT_LITERAL
          The 'LT' literal object
static int NEQ
          The 'NEQ' literal value
static Operators NEQ_LITERAL
          The 'NEQ' literal object
static java.util.List VALUES
          A public read-only list of all the 'Operators' enumerators
 
Method Summary
static Operators get(int value)
          Returns the 'Operators' literal with the specified integer value
static Operators get(java.lang.String literal)
          Returns the 'Operators' literal with the specified literal value
static Operators getByName(java.lang.String name)
          Returns the 'Operators' literal with the specified name
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getLiteral, getName, getValue, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LT

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

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

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

GT

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

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

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

EQ

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

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

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

LE

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

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

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

GE

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

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

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

NEQ

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

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

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

LIKE

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

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

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

LT_LITERAL

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

See Also:
LT
Generated
[EMF] Ordered

GT_LITERAL

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

See Also:
GT
Generated
[EMF] Ordered

EQ_LITERAL

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

See Also:
EQ
Generated
[EMF] Ordered

LE_LITERAL

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

See Also:
LE
Generated
[EMF] Ordered

GE_LITERAL

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

See Also:
GE
Generated
[EMF] Ordered

NEQ_LITERAL

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

See Also:
NEQ
Generated
[EMF] Ordered

LIKE_LITERAL

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

See Also:
LIKE
Generated
[EMF] Ordered

VALUES

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

Generated
Method Detail

get

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

Generated

getByName

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

Generated

get

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

Generated

TPTP 4.5.0 Monitoring Tools Project
Public API Specification