Package org.nakedobjects.object.value

Interface Summary
NakedValueListener  
Validity An instance of this type is used to show whether an object is valid or not.
 

Class Summary
AbstractNakedValue  
Case  
Currency Deprecated.  
Date Value object representing a date, time, or datestamp value.
FloatingPointNumber NOTE: this class currently does not support about listeners.
Label A read-only text string.
Logical Value object representing a true or false value.
Magnitude  
Money Value object representing a monetary value including a currency type.
MultilineTextString  
NakedValueAdapter Convenience adapter class to allow NakedValueListeners to be easily written.
NakedValueChangedEvent  
Option Value object representing one of a number of choices.
Percentage Value object representing a percentage value.
PositiveValue  
SelectionObject Deprecated. use Option
TextString Value object representing an unformatted text string of unbounded length.
Time Value object representing a time value.
TimeStamp Value object representing a date and time value.
URLString value object to represent an URL.
ValueInRange  
WholeNumber Value object to represent an integral number.