org.nakedobjects.object.value
Interface Validity

All Known Implementing Classes:
PositiveValue, ValueInRange

public interface Validity

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


Method Summary
 boolean isValid(NakedValue object)
          Returns true is the specified object is valid; false if invalid.
 

Method Detail

isValid

public boolean isValid(NakedValue object)
Returns true is the specified object is valid; false if invalid.