Decision Center API

ilog.rules.teamserver.brm
Class IlrAlgorithmKind

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

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

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

See Also:
IlrBrmPackage.getAlgorithmKind(), Serialized Form

Field Summary
static int DEFAULT
          The 'Default' literal value.
static IlrAlgorithmKind DEFAULT_LITERAL
          The 'Default' literal object.
static int SEQUENTIAL
          The 'Sequential' literal value.
static IlrAlgorithmKind SEQUENTIAL_LITERAL
          The 'Sequential' literal object.
static List VALUES
          A public read-only list of all the 'Algorithm Kind' enumerators.
 
Method Summary
static IlrAlgorithmKind get(int value)
          Returns the 'Algorithm Kind' literal with the specified value.
static IlrAlgorithmKind get(String name)
          Returns the 'Algorithm 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

SEQUENTIAL

public static final int SEQUENTIAL
The 'Sequential' literal value.

See Also:
SEQUENTIAL_LITERAL, Constant Field Values

DEFAULT_LITERAL

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

See Also:
DEFAULT

SEQUENTIAL_LITERAL

public static final IlrAlgorithmKind SEQUENTIAL_LITERAL
The 'Sequential' literal object.

See Also:
SEQUENTIAL

VALUES

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

Method Detail

get

public static IlrAlgorithmKind get(String name)
Returns the 'Algorithm Kind' literal with the specified name.


get

public static IlrAlgorithmKind get(int value)
Returns the 'Algorithm Kind' literal with the specified value.


Decision Center API

© Copyright IBM Corp. 1987, 2013