Interface FieldValue


public interface FieldValue
A marker interface that uniquely identifies the value of a field. The engine uses this abstraction in RETE's condition evaluation instead of actual field values. Implementations are expected to override or delegate hashCode() and equals(Object obj) methods to the actual field value.