Decision Center API

ilog.rules.teamserver.brm
Class IlrExitCriteriaKind

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

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

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

See Also:
IlrBrmPackage.getExitCriteriaKind(), Serialized Form

Field Summary
static int NONE
          The 'None' literal value.
static IlrExitCriteriaKind NONE_LITERAL
          The 'None' literal object.
static int RULE
          The 'Rule' literal value.
static IlrExitCriteriaKind RULE_LITERAL
          The 'Rule' literal object.
static int RULEINSTANCE
          The 'Ruleinstance' literal value.
static IlrExitCriteriaKind RULEINSTANCE_LITERAL
          The 'Ruleinstance' literal object.
static List VALUES
          A public read-only list of all the 'Exit Criteria Kind' enumerators.
 
Method Summary
static IlrExitCriteriaKind get(int value)
          Returns the 'Exit Criteria Kind' literal with the specified value.
static IlrExitCriteriaKind get(String name)
          Returns the 'Exit Criteria 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

NONE

public static final int NONE
The 'None' literal value.

See Also:
NONE_LITERAL, Constant Field Values

RULE

public static final int RULE
The 'Rule' literal value.

See Also:
RULE_LITERAL, Constant Field Values

RULEINSTANCE

public static final int RULEINSTANCE
The 'Ruleinstance' literal value.

See Also:
RULEINSTANCE_LITERAL, Constant Field Values

NONE_LITERAL

public static final IlrExitCriteriaKind NONE_LITERAL
The 'None' literal object.

See Also:
NONE

RULE_LITERAL

public static final IlrExitCriteriaKind RULE_LITERAL
The 'Rule' literal object.

See Also:
RULE

RULEINSTANCE_LITERAL

public static final IlrExitCriteriaKind RULEINSTANCE_LITERAL
The 'Ruleinstance' literal object.

See Also:
RULEINSTANCE

VALUES

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

Method Detail

get

public static IlrExitCriteriaKind get(String name)
Returns the 'Exit Criteria Kind' literal with the specified name.


get

public static IlrExitCriteriaKind get(int value)
Returns the 'Exit Criteria Kind' literal with the specified value.


Decision Center API

© Copyright IBM Corp. 1987, 2013