Decision Center API

ilog.rules.teamserver.brm
Class IlrDirectionKind

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

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

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

See Also:
IlrBrmPackage.getDirectionKind(), Serialized Form

Field Summary
static int IN
          The 'IN' literal value.
static IlrDirectionKind IN_LITERAL
          The 'IN' literal object.
static int INOUT
          The 'INOUT' literal value.
static IlrDirectionKind INOUT_LITERAL
          The 'INOUT' literal object.
static int OUT
          The 'OUT' literal value.
static IlrDirectionKind OUT_LITERAL
          The 'OUT' literal object.
static List VALUES
          A public read-only list of all the 'Direction Kind' enumerators.
 
Method Summary
static IlrDirectionKind get(int value)
          Returns the 'Direction Kind' literal with the specified value.
static IlrDirectionKind get(String name)
          Returns the 'Direction 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

IN

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

See Also:
IN_LITERAL, Constant Field Values

OUT

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

See Also:
OUT_LITERAL, Constant Field Values

INOUT

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

See Also:
INOUT_LITERAL, Constant Field Values

IN_LITERAL

public static final IlrDirectionKind IN_LITERAL
The 'IN' literal object.

See Also:
IN

OUT_LITERAL

public static final IlrDirectionKind OUT_LITERAL
The 'OUT' literal object.

See Also:
OUT

INOUT_LITERAL

public static final IlrDirectionKind INOUT_LITERAL
The 'INOUT' literal object.

See Also:
INOUT

VALUES

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

Method Detail

get

public static IlrDirectionKind get(String name)
Returns the 'Direction Kind' literal with the specified name.


get

public static IlrDirectionKind get(int value)
Returns the 'Direction Kind' literal with the specified value.


Decision Center API

© Copyright IBM Corp. 1987, 2013