storage.support
Interface RecordContentEditor

All Superinterfaces:
ContentEditor

public interface RecordContentEditor
extends ContentEditor

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

Author:
Lee Iverson

Method Summary
 Setter setField(Names name)
          Create a Setter that will modify the value of the named field.
 
Methods inherited from interface storage.support.ContentEditor
apply, setValue
 

Method Detail

setField

public Setter setField(Names name)
                throws PropertyConstraintFailure
Create a Setter that will modify the value of the named field.

Throws:
PropertyConstraintFailure