Decision Center API

ilog.rules.teamserver.brm
Class IlrServerKind

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

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

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

See Also:
IlrBrmPackage.getServerKind(), Serialized Form

Field Summary
static int EVENT
          The 'EVENT' literal value.
static IlrServerKind EVENT_LITERAL
          The 'EVENT' literal object.
static int RES
          The 'RES' literal value.
static IlrServerKind RES_LITERAL
          The 'RES' literal object.
static int RSO
          The 'RSO' literal value.
static IlrServerKind RSO_LITERAL
          The 'RSO' literal object.
static List VALUES
          A public read-only list of all the 'Server Kind' enumerators.
 
Method Summary
static IlrServerKind get(int value)
          Returns the 'Server Kind' literal with the specified value.
static IlrServerKind get(String name)
          Returns the 'Server 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

RES

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

See Also:
RES_LITERAL, Constant Field Values

RSO

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

See Also:
RSO_LITERAL, Constant Field Values

EVENT

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

See Also:
EVENT_LITERAL, Constant Field Values

RES_LITERAL

public static final IlrServerKind RES_LITERAL
The 'RES' literal object.

See Also:
RES

RSO_LITERAL

public static final IlrServerKind RSO_LITERAL
The 'RSO' literal object.

See Also:
RSO

EVENT_LITERAL

public static final IlrServerKind EVENT_LITERAL
The 'EVENT' literal object.

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

See Also:
EVENT

VALUES

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

Method Detail

get

public static IlrServerKind get(String name)
Returns the 'Server Kind' literal with the specified name.


get

public static IlrServerKind get(int value)
Returns the 'Server Kind' literal with the specified value.


Decision Center API

© Copyright IBM Corp. 1987, 2013