Rule Execution Server API

ilog.rules.res.model
Enum IlrEngineType

java.lang.Object
  extended by java.lang.Enum<IlrEngineType>
      extended by ilog.rules.res.model.IlrEngineType
All Implemented Interfaces:
Serializable, Comparable<IlrEngineType>

public enum IlrEngineType
extends Enum<IlrEngineType>

Represents the type of a rule engine: classic rule engine or decision engine.

Since:
8.0.1

Enum Constant Summary
CRE
          Classic rule engine.
DE
          Decision engine type.
 
Method Summary
static IlrEngineType toEngineType(String str)
          Converts a string to the appropriate IlrEngineType instance.
 String toString()
           
static IlrEngineType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IlrEngineType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

DE

public static final IlrEngineType DE
Decision engine type.


CRE

public static final IlrEngineType CRE
Classic rule engine.

Method Detail

values

public static IlrEngineType[] values()
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static IlrEngineType valueOf(String name)
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name

toEngineType

public static IlrEngineType toEngineType(String str)
Converts a string to the appropriate IlrEngineType instance.

See Also:
DE, CRE

toString

public String toString()
Overrides:
toString in class Enum<IlrEngineType>

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013