TPTP 4.5.0 Platform Project
Internal API Specification

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

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

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

A representation of the literals of the enumeration 'Numerical Relational Operator Type', and utility methods for working with them. Relational operators that can operate on a numerical value.

See Also:
FilterPackage.getNumericalRelationalOperatorType()
Generated
[EMF] Model

Field Summary
static int EQUALS
          The 'Equals' literal value
static NumericalRelationalOperatorType EQUALS_LITERAL
          The 'Equals' literal object
static int GREATER_THAN
          The 'Greater Than' literal value
static NumericalRelationalOperatorType GREATER_THAN_LITERAL
          The 'Greater Than' literal object
static int GREATER_THAN_OR_EQUAL
          The 'Greater Than Or Equal' literal value
static NumericalRelationalOperatorType GREATER_THAN_OR_EQUAL_LITERAL
          The 'Greater Than Or Equal' literal object
static int LESS_THAN
          The 'Less Than' literal value
static NumericalRelationalOperatorType LESS_THAN_LITERAL
          The 'Less Than' literal object
static int LESS_THAN_OR_EQUAL
          The 'Less Than Or Equal' literal value
static NumericalRelationalOperatorType LESS_THAN_OR_EQUAL_LITERAL
          The 'Less Than Or Equal' literal object
static java.util.List VALUES
          A public read-only list of all the 'Numerical Relational Operator Type' enumerators
 
Method Summary
static NumericalRelationalOperatorType get(int value)
          Returns the 'Numerical Relational Operator Type' literal with the specified integer value
static NumericalRelationalOperatorType get(java.lang.String literal)
          Returns the 'Numerical Relational Operator Type' literal with the specified literal value
static NumericalRelationalOperatorType getByName(java.lang.String name)
          Returns the 'Numerical Relational Operator Type' 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
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

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 NumericalRelationalOperatorType EQUALS_LITERAL
The 'Equals' literal object.

See Also:
EQUALS
Generated
[EMF] Ordered

GREATER_THAN_LITERAL

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

See Also:
GREATER_THAN
Generated
[EMF] Ordered

LESS_THAN_LITERAL

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

See Also:
LESS_THAN
Generated
[EMF] Ordered

GREATER_THAN_OR_EQUAL_LITERAL

public static final NumericalRelationalOperatorType 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 NumericalRelationalOperatorType 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 'Numerical Relational Operator Type' enumerators.

Generated
Method Detail

get

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

Generated

getByName

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

Generated

get

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

Generated

TPTP 4.5.0 Platform Project
Internal API Specification