org.nodal.model
Interface OpSetValue

All Superinterfaces:
MapOp, Operator, RecordOp, SequenceOp

public interface OpSetValue
extends MapOp, RecordOp, SequenceOp

Operator associated with the NodeEditor.setValue method.

See Also:
NodeContent.Editor

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

Method Detail

property

public java.lang.Object property()
The property whose value will be modified.


value

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