storage.support
Interface ContentEditor

All Known Subinterfaces:
MapContentEditor, RecordContentEditor, SequenceContentEditor

public interface ContentEditor

The fundamental interface for modifying the contents of Content objects in the Storage interfaces.

Author:
Lee Iverson

Method Summary
 void apply(Operator op)
          Execute the Operator on this StNode.
 Setter setValue(java.lang.Object property)
          Create a Setter that will modify the value associated with this property.
 

Method Detail

apply

public void apply(Operator op)
           throws ConstraintFailure
Execute the Operator on this StNode.

Throws:
ConstraintFailure

setValue

public Setter setValue(java.lang.Object property)
                throws PropertyConstraintFailure
Create a Setter that will modify the value associated with this property.

Throws:
PropertyConstraintFailure