org.jacorb.notification.filter.etcl
public class ImmutableEvaluationResult extends EvaluationResult
Version: $Id: ImmutableEvaluationResult.java,v 1.4 2005/02/14 00:07:08 alphonse.bendt Exp $
| Method Summary | |
|---|---|
| void | reset() |
| void | setBool(boolean b) |
| void | setFloat(float f) |
| void | setFloat(Double d) |
| void | setInt(int i) |
| void | setInt(Double i) |
| void | setString(String s) |