Method Summary |
|
Object | clone() Returns a cloned version of this range. |
public String | getDetails() Returns a String representation of the non class type
restrictions on this range. |
public String | getObject() Returns a class name restriction which will determine what type of
objects may be included in this range. |
public Class | getPropertyInstanceClass() Returns the Class for the property instance which can
take values of this range. |
public boolean | isChanged() Returns true if this range has been changed since population. |
boolean | isValid(Object obj) Returns true if the specified object is a member of this
range, that is meets the restrictions defined by this range. |
void | setDetails(String sDetails) Sets the non class type restrictions from a String
representation. |