Rule Execution Server API

ilog.rules.factory
Interface IlrClassDriver.Writer

Enclosing interface:
IlrClassDriver

public static interface IlrClassDriver.Writer

Interface for setting a value to some field of a given object.


Method Summary
 void set(Object object, Object value)
          Sets a value to a field of an object.
 

Method Detail

set

void set(Object object,
         Object value)
Sets a value to a field of an object.

Parameters:
object - The object to set the field.
value - The new value of the field. If the field is primitive, its value is wrapped.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013