org.nodal.model
Interface RecordContent.Editor

All Superinterfaces:
Content.Editor
All Known Subinterfaces:
RecordNode.Editor
Enclosing interface:
RecordContent

public static interface RecordContent.Editor
extends Content.Editor

Encapsulates the ability to edit RecordContent objects. Created on Jul 22, 2003

Author:
leei

Method Summary
 Setter setField(Name name)
          Return a Setter to modify the value of the named field.
 Setter setField(java.lang.String name)
          Return a Setter to modify the value of the named field.
 
Methods inherited from interface org.nodal.model.Content.Editor
modify, setValue
 

Method Detail

setField

public Setter setField(Name name)
Return a Setter to modify the value of the named field.


setField

public Setter setField(java.lang.String name)
Return a Setter to modify the value of the named field.