Decision Center API

ilog.rules.teamserver.brm
Class IlrNamedConstantType

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

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

A representation of the literals of the enumeration 'Named Constant Type', and utility methods for working with them.

See Also:
IlrBrmPackage.getNamedConstantType(), Serialized Form

Field Summary
static int BOOLEAN
          The 'Boolean' literal value.
static IlrNamedConstantType BOOLEAN_LITERAL
          The 'Boolean' literal object.
static int DATE_TIME
          The 'Date Time' literal value.
static IlrNamedConstantType DATE_TIME_LITERAL
          The 'Date Time' literal object.
static int INTEGER
          The 'Integer' literal value.
static IlrNamedConstantType INTEGER_LITERAL
          The 'Integer' literal object.
static int REAL
          The 'Real' literal value.
static IlrNamedConstantType REAL_LITERAL
          The 'Real' literal object.
static int STRING
          The 'String' literal value.
static IlrNamedConstantType STRING_LITERAL
          The 'String' literal object.
static int UNSPECIFIED
          The 'Unspecified' literal value.
static IlrNamedConstantType UNSPECIFIED_LITERAL
          The 'Unspecified' literal object.
static List VALUES
          A public read-only list of all the 'Named Constant Type' enumerators.
 
Method Summary
static IlrNamedConstantType get(int value)
          Returns the 'Named Constant Type' literal with the specified value.
static IlrNamedConstantType get(String name)
          Returns the 'Named Constant Type' 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

UNSPECIFIED

public static final int UNSPECIFIED
The 'Unspecified' literal value.

See Also:
UNSPECIFIED_LITERAL, Constant Field Values

STRING

public static final int STRING
The 'String' literal value.

See Also:
STRING_LITERAL, Constant Field Values

INTEGER

public static final int INTEGER
The 'Integer' literal value.

See Also:
INTEGER_LITERAL, Constant Field Values

REAL

public static final int REAL
The 'Real' literal value.

See Also:
REAL_LITERAL, Constant Field Values

DATE_TIME

public static final int DATE_TIME
The 'Date Time' literal value.

See Also:
DATE_TIME_LITERAL, Constant Field Values

BOOLEAN

public static final int BOOLEAN
The 'Boolean' literal value.

See Also:
BOOLEAN_LITERAL, Constant Field Values

UNSPECIFIED_LITERAL

public static final IlrNamedConstantType UNSPECIFIED_LITERAL
The 'Unspecified' literal object.

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

See Also:
UNSPECIFIED

STRING_LITERAL

public static final IlrNamedConstantType STRING_LITERAL
The 'String' literal object.

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

See Also:
STRING

INTEGER_LITERAL

public static final IlrNamedConstantType INTEGER_LITERAL
The 'Integer' literal object.

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

See Also:
INTEGER

REAL_LITERAL

public static final IlrNamedConstantType REAL_LITERAL
The 'Real' literal object.

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

See Also:
REAL

DATE_TIME_LITERAL

public static final IlrNamedConstantType DATE_TIME_LITERAL
The 'Date Time' literal object.

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

See Also:
DATE_TIME

BOOLEAN_LITERAL

public static final IlrNamedConstantType BOOLEAN_LITERAL
The 'Boolean' literal object.

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

See Also:
BOOLEAN

VALUES

public static final List VALUES
A public read-only list of all the 'Named Constant Type' enumerators.

Method Detail

get

public static IlrNamedConstantType get(String name)
Returns the 'Named Constant Type' literal with the specified name.


get

public static IlrNamedConstantType get(int value)
Returns the 'Named Constant Type' literal with the specified value.


Decision Center API

© Copyright IBM Corp. 1987, 2013