Decision Center API

ilog.rules.teamserver.brm
Class IlrBaselineKind

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

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

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

See Also:
IlrBrmPackage.getBaselineKind(), Serialized Form

Field Summary
static int BRANCH
          The 'Branch' literal value.
static IlrBaselineKind BRANCH_LITERAL
          The 'Branch' literal object.
static int DEPLOYMENT
          The 'Deployment' literal value.
static IlrBaselineKind DEPLOYMENT_LITERAL
          The 'Deployment' literal object.
static int MIGRATED
          The 'Migrated' literal value.
static IlrBaselineKind MIGRATED_LITERAL
          The 'Migrated' literal object.
static int NULL
          The 'Null' literal value.
static IlrBaselineKind NULL_LITERAL
          The 'Null' literal object.
static int PHANTOM
          The 'Phantom' literal value.
static IlrBaselineKind PHANTOM_LITERAL
          The 'Phantom' literal object.
static int RECYCLE_BIN
          The 'Recycle Bin' literal value.
static IlrBaselineKind RECYCLE_BIN_LITERAL
          The 'Recycle Bin' literal object.
static int STANDARD
          The 'Standard' literal value.
static IlrBaselineKind STANDARD_LITERAL
          The 'Standard' literal object.
static int TEMPORARY
          The 'Temporary' literal value.
static IlrBaselineKind TEMPORARY_LITERAL
          The 'Temporary' literal object.
static List VALUES
          A public read-only list of all the 'Baseline Kind' enumerators.
 
Method Summary
static IlrBaselineKind get(int value)
          Returns the 'Baseline Kind' literal with the specified value.
static IlrBaselineKind get(String name)
          Returns the 'Baseline 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

STANDARD

public static final int STANDARD
The 'Standard' literal value.

See Also:
STANDARD_LITERAL, Constant Field Values

DEPLOYMENT

public static final int DEPLOYMENT
The 'Deployment' literal value.

See Also:
DEPLOYMENT_LITERAL, Constant Field Values

BRANCH

public static final int BRANCH
The 'Branch' literal value.

See Also:
BRANCH_LITERAL, Constant Field Values

MIGRATED

public static final int MIGRATED
The 'Migrated' literal value.

See Also:
MIGRATED_LITERAL, Constant Field Values

RECYCLE_BIN

public static final int RECYCLE_BIN
The 'Recycle Bin' literal value.

See Also:
RECYCLE_BIN_LITERAL, Constant Field Values

PHANTOM

public static final int PHANTOM
The 'Phantom' literal value.

See Also:
PHANTOM_LITERAL, Constant Field Values

TEMPORARY

public static final int TEMPORARY
The 'Temporary' literal value.

See Also:
TEMPORARY_LITERAL, Constant Field Values

NULL

public static final int NULL
The 'Null' literal value.

See Also:
NULL_LITERAL, Constant Field Values

STANDARD_LITERAL

public static final IlrBaselineKind STANDARD_LITERAL
The 'Standard' literal object.

See Also:
STANDARD

DEPLOYMENT_LITERAL

public static final IlrBaselineKind DEPLOYMENT_LITERAL
The 'Deployment' literal object.

See Also:
DEPLOYMENT

BRANCH_LITERAL

public static final IlrBaselineKind BRANCH_LITERAL
The 'Branch' literal object.

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

See Also:
BRANCH

MIGRATED_LITERAL

public static final IlrBaselineKind MIGRATED_LITERAL
The 'Migrated' literal object.

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

See Also:
MIGRATED

RECYCLE_BIN_LITERAL

public static final IlrBaselineKind RECYCLE_BIN_LITERAL
The 'Recycle Bin' literal object.

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

See Also:
RECYCLE_BIN

PHANTOM_LITERAL

public static final IlrBaselineKind PHANTOM_LITERAL
The 'Phantom' literal object.

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

See Also:
PHANTOM

TEMPORARY_LITERAL

public static final IlrBaselineKind TEMPORARY_LITERAL
The 'Temporary' literal object.

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

See Also:
TEMPORARY

NULL_LITERAL

public static final IlrBaselineKind NULL_LITERAL
The 'Null' literal object.

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

See Also:
NULL

VALUES

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

Method Detail

get

public static IlrBaselineKind get(String name)
Returns the 'Baseline Kind' literal with the specified name.


get

public static IlrBaselineKind get(int value)
Returns the 'Baseline Kind' literal with the specified value.


Decision Center API

© Copyright IBM Corp. 1987, 2013