Rule Execution Server API

ilog.rules.bom
Class IlrObjectModel.Kind

java.lang.Object
  extended by ilog.rules.bom.IlrObjectModel.Kind
All Implemented Interfaces:
Serializable
Enclosing interface:
IlrObjectModel

public static class IlrObjectModel.Kind
extends Object
implements Serializable

A kind of object model. An object model may be of kind non-native, native, or business.

Since:
JRules 6.0
See Also:
Serialized Form

Field Summary
static IlrObjectModel.Kind BUSINESS
          For a business object model.
static IlrObjectModel.Kind NATIVE
          For a native object model.
static IlrObjectModel.Kind NONNATIVE
          For a non native object model.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NONNATIVE

public static final IlrObjectModel.Kind NONNATIVE
For a non native object model.


NATIVE

public static final IlrObjectModel.Kind NATIVE
For a native object model.


BUSINESS

public static final IlrObjectModel.Kind BUSINESS
For a business object model.

Method Detail

toString

public String toString()
Overrides:
toString in class Object

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013