org.nakedobjects.viewer.classic.view
Interface PrimitiveValue

All Known Implementing Classes:
FieldValue

public interface PrimitiveValue


Method Summary
 boolean canEdit()
           
 java.lang.String getText()
           
 void setAs(java.lang.String text)
           
 

Method Detail

canEdit

public boolean canEdit()

getText

public java.lang.String getText()

setAs

public void setAs(java.lang.String text)
           throws EntryParseException
Throws:
EntryParseException