Decision Center API

ilog.rules.teamserver.brm
Class IlrPackageKind

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

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

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

See Also:
IlrBrmPackage.getPackageKind(), Serialized Form

Field Summary
static int ACTION
          The 'Action' literal value.
static IlrPackageKind ACTION_LITERAL
          The 'Action' literal object.
static int ACTION_OBJECT
          The 'Action Object' literal value.
static IlrPackageKind ACTION_OBJECT_LITERAL
          The 'Action Object' literal object.
static int BOM
          The 'BOM' literal value.
static IlrPackageKind BOM_LITERAL
          The 'BOM' literal object.
static int BUSINESS_OBJECT
          The 'Business Object' literal value.
static IlrPackageKind BUSINESS_OBJECT_LITERAL
          The 'Business Object' literal object.
static int CHART
          The 'Chart' literal value.
static IlrPackageKind CHART_LITERAL
          The 'Chart' literal object.
static int DATA_CONNECTION
          The 'Data Connection' literal value.
static IlrPackageKind DATA_CONNECTION_LITERAL
          The 'Data Connection' literal object.
static int DEPLOYMENT
          The 'Deployment' literal value.
static IlrPackageKind DEPLOYMENT_LITERAL
          The 'Deployment' literal object.
static int EVENT
          The 'Event' literal value.
static int EVENT_ARTIFACT
          The 'Event Artifact' literal value.
static IlrPackageKind EVENT_ARTIFACT_LITERAL
          The 'Event Artifact' literal object.
static int EVENT_FLOW
          The 'Event Flow' literal value.
static IlrPackageKind EVENT_FLOW_LITERAL
          The 'Event Flow' literal object.
static IlrPackageKind EVENT_LITERAL
          The 'Event' literal object.
static int EVENT_OBJECT
          The 'Event Object' literal value.
static IlrPackageKind EVENT_OBJECT_LITERAL
          The 'Event Object' literal object.
static int FILE
          The 'File' literal value.
static IlrPackageKind FILE_LITERAL
          The 'File' literal object.
static int NAMED_CONSTANT
          The 'Named Constant' literal value.
static IlrPackageKind NAMED_CONSTANT_LITERAL
          The 'Named Constant' literal object.
static int OPERATION
          The 'Operation' literal value.
static IlrPackageKind OPERATION_LITERAL
          The 'Operation' literal object.
static int QUERY
          The 'Query' literal value.
static IlrPackageKind QUERY_LITERAL
          The 'Query' literal object.
static int RESOURCE
          The 'Resource' literal value.
static IlrPackageKind RESOURCE_LITERAL
          The 'Resource' literal object.
static int RULE
          The 'Rule' literal value.
static IlrPackageKind RULE_LITERAL
          The 'Rule' literal object.
static int TEMPLATE
          The 'Template' literal value.
static IlrPackageKind TEMPLATE_LITERAL
          The 'Template' literal object.
static int TESTING
          The 'Testing' literal value.
static IlrPackageKind TESTING_LITERAL
          The 'Testing' literal object.
static List VALUES
          A public read-only list of all the 'Package Kind' enumerators.
 
Method Summary
static IlrPackageKind get(int value)
          Returns the 'Package Kind' literal with the specified value.
static IlrPackageKind get(String name)
          Returns the 'Package 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

RULE

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

See Also:
RULE_LITERAL, Constant Field Values

TEMPLATE

public static final int TEMPLATE
The 'Template' literal value.

See Also:
TEMPLATE_LITERAL, Constant Field Values

QUERY

public static final int QUERY
The 'Query' literal value.

See Also:
QUERY_LITERAL, Constant Field Values

RESOURCE

public static final int RESOURCE
The 'Resource' literal value.

See Also:
RESOURCE_LITERAL, Constant Field Values

BOM

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

See Also:
BOM_LITERAL, Constant Field Values

TESTING

public static final int TESTING
The 'Testing' literal value.

See Also:
TESTING_LITERAL, Constant Field Values

EVENT_ARTIFACT

public static final int EVENT_ARTIFACT
The 'Event Artifact' literal value.

See Also:
EVENT_ARTIFACT_LITERAL, Constant Field Values

EVENT_OBJECT

public static final int EVENT_OBJECT
The 'Event Object' literal value.

See Also:
EVENT_OBJECT_LITERAL, Constant Field Values

ACTION_OBJECT

public static final int ACTION_OBJECT
The 'Action Object' literal value.

See Also:
ACTION_OBJECT_LITERAL, Constant Field Values

BUSINESS_OBJECT

public static final int BUSINESS_OBJECT
The 'Business Object' literal value.

See Also:
BUSINESS_OBJECT_LITERAL, Constant Field Values

NAMED_CONSTANT

public static final int NAMED_CONSTANT
The 'Named Constant' literal value.

See Also:
NAMED_CONSTANT_LITERAL, Constant Field Values

EVENT

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

See Also:
EVENT_LITERAL, Constant Field Values

ACTION

public static final int ACTION
The 'Action' literal value.

See Also:
ACTION_LITERAL, Constant Field Values

FILE

public static final int FILE
The 'File' literal value.

See Also:
FILE_LITERAL, Constant Field Values

DATA_CONNECTION

public static final int DATA_CONNECTION
The 'Data Connection' literal value.

See Also:
DATA_CONNECTION_LITERAL, Constant Field Values

EVENT_FLOW

public static final int EVENT_FLOW
The 'Event Flow' literal value.

See Also:
EVENT_FLOW_LITERAL, Constant Field Values

CHART

public static final int CHART
The 'Chart' literal value.

See Also:
CHART_LITERAL, Constant Field Values

OPERATION

public static final int OPERATION
The 'Operation' literal value.

See Also:
OPERATION_LITERAL, Constant Field Values

DEPLOYMENT

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

See Also:
DEPLOYMENT_LITERAL, Constant Field Values

RULE_LITERAL

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

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

See Also:
RULE

TEMPLATE_LITERAL

public static final IlrPackageKind TEMPLATE_LITERAL
The 'Template' literal object.

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

See Also:
TEMPLATE

QUERY_LITERAL

public static final IlrPackageKind QUERY_LITERAL
The 'Query' literal object.

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

See Also:
QUERY

RESOURCE_LITERAL

public static final IlrPackageKind RESOURCE_LITERAL
The 'Resource' literal object.

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

See Also:
RESOURCE

BOM_LITERAL

public static final IlrPackageKind BOM_LITERAL
The 'BOM' literal object.

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

See Also:
BOM

TESTING_LITERAL

public static final IlrPackageKind TESTING_LITERAL
The 'Testing' literal object.

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

See Also:
TESTING

EVENT_ARTIFACT_LITERAL

public static final IlrPackageKind EVENT_ARTIFACT_LITERAL
The 'Event Artifact' literal object.

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

See Also:
EVENT_ARTIFACT

EVENT_OBJECT_LITERAL

public static final IlrPackageKind EVENT_OBJECT_LITERAL
The 'Event Object' literal object.

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

See Also:
EVENT_OBJECT

ACTION_OBJECT_LITERAL

public static final IlrPackageKind ACTION_OBJECT_LITERAL
The 'Action Object' literal object.

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

See Also:
ACTION_OBJECT

BUSINESS_OBJECT_LITERAL

public static final IlrPackageKind BUSINESS_OBJECT_LITERAL
The 'Business Object' literal object.

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

See Also:
BUSINESS_OBJECT

NAMED_CONSTANT_LITERAL

public static final IlrPackageKind NAMED_CONSTANT_LITERAL
The 'Named Constant' literal object.

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

See Also:
NAMED_CONSTANT

EVENT_LITERAL

public static final IlrPackageKind 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

ACTION_LITERAL

public static final IlrPackageKind ACTION_LITERAL
The 'Action' literal object.

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

See Also:
ACTION

FILE_LITERAL

public static final IlrPackageKind FILE_LITERAL
The 'File' literal object.

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

See Also:
FILE

DATA_CONNECTION_LITERAL

public static final IlrPackageKind DATA_CONNECTION_LITERAL
The 'Data Connection' literal object.

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

See Also:
DATA_CONNECTION

EVENT_FLOW_LITERAL

public static final IlrPackageKind EVENT_FLOW_LITERAL
The 'Event Flow' literal object.

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

See Also:
EVENT_FLOW

CHART_LITERAL

public static final IlrPackageKind CHART_LITERAL
The 'Chart' literal object.

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

See Also:
CHART

OPERATION_LITERAL

public static final IlrPackageKind OPERATION_LITERAL
The 'Operation' literal object.

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

See Also:
OPERATION

DEPLOYMENT_LITERAL

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

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

See Also:
DEPLOYMENT

VALUES

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

Method Detail

get

public static IlrPackageKind get(String name)
Returns the 'Package Kind' literal with the specified name.


get

public static IlrPackageKind get(int value)
Returns the 'Package Kind' literal with the specified value.


Decision Center API

© Copyright IBM Corp. 1987, 2013