Decision Center API

ilog.rules.teamserver.brm
Class IlrOrderingKind

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by ilog.rules.teamserver.brm.IlrOrderingKind
All Implemented Interfaces:
Serializable, org.eclipse.emf.common.util.Enumerator

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

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

See Also:
IlrBrmPackage.getOrderingKind(), Serialized Form

Field Summary
static int DEFAULT
          The 'Default' literal value.
static IlrOrderingKind DEFAULT_LITERAL
          The 'Default' literal object.
static int LITERAL
          The 'Literal' literal value.
static IlrOrderingKind LITERAL_LITERAL
          The 'Literal' literal object.
static int SORTED
          The 'Sorted' literal value.
static IlrOrderingKind SORTED_LITERAL
          The 'Sorted' literal object.
static List VALUES
          A public read-only list of all the 'Ordering Kind' enumerators.
 
Method Summary
static IlrOrderingKind get(int value)
          Returns the 'Ordering Kind' literal with the specified value.
static IlrOrderingKind get(String name)
          Returns the 'Ordering Kind' 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

DEFAULT

public static final int DEFAULT
The 'Default' literal value.

See Also:
DEFAULT_LITERAL, Constant Field Values

LITERAL

public static final int LITERAL
The 'Literal' literal value.

See Also:
LITERAL_LITERAL, Constant Field Values

SORTED

public static final int SORTED
The 'Sorted' literal value.

See Also:
SORTED_LITERAL, Constant Field Values

DEFAULT_LITERAL

public static final IlrOrderingKind DEFAULT_LITERAL
The 'Default' literal object.

See Also:
DEFAULT

LITERAL_LITERAL

public static final IlrOrderingKind LITERAL_LITERAL
The 'Literal' literal object.

See Also:
LITERAL

SORTED_LITERAL

public static final IlrOrderingKind SORTED_LITERAL
The 'Sorted' literal object.

See Also:
SORTED

VALUES

public static final List VALUES
A public read-only list of all the 'Ordering Kind' enumerators.

Method Detail

get

public static IlrOrderingKind get(String name)
Returns the 'Ordering Kind' literal with the specified name.


get

public static IlrOrderingKind get(int value)
Returns the 'Ordering Kind' literal with the specified value.


Decision Center API

© Copyright IBM Corp. 1987, 2013