TPTP 4.1.0 Platform Project
Public API Specification

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

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

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

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

See Also:
ExtensionsPackage.getOrderByOperators()

Field Summary
static int ASC
          The 'ASC' literal value.
static OrderByOperators ASC_LITERAL
          The 'ASC' literal object.
static int DESC
          The 'DESC' literal value.
static OrderByOperators DESC_LITERAL
          The 'DESC' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Order By Operators' enumerators.
 
Method Summary
static OrderByOperators get(int value)
          Returns the 'Order By Operators' literal with the specified value.
static OrderByOperators get(java.lang.String name)
          Returns the 'Order By Operators' literal with the specified name.
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getName, getValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ASC

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

See Also:
ASC_LITERAL, Constant Field Values

DESC

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

See Also:
DESC_LITERAL, Constant Field Values

ASC_LITERAL

public static final OrderByOperators ASC_LITERAL
The 'ASC' literal object.

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

See Also:
ASC

DESC_LITERAL

public static final OrderByOperators DESC_LITERAL
The 'DESC' literal object.

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

See Also:
DESC

VALUES

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

Method Detail

get

public static OrderByOperators get(java.lang.String name)
Returns the 'Order By Operators' literal with the specified name.


get

public static OrderByOperators get(int value)
Returns the 'Order By Operators' literal with the specified value.


TPTP 4.1.0 Platform Project
Public API Specification