org.nodal.model
Interface OpSetField

All Superinterfaces:
Operator, RecordOp

public interface OpSetField
extends RecordOp

Operator for RecordEditor.setField method.

Author:
Lee Iverson
See Also:
RecordNode, RecordNode.Editor

Method Summary
 Name field()
          The field whose value will be modified.
 java.lang.Object value()
          The value the field is being set to.
 

Method Detail

field

public Name field()
The field whose value will be modified.


value

public java.lang.Object value()
The value the field is being set to.