| java.lang.Object org.openharmonise.vfs.metadata.range.AbstractRange org.openharmonise.vfs.metadata.range.DateRange
DateRange | public class DateRange extends AbstractRange implements Range(Code) | | This is the range for date type properties.
author: Matthew Large version: $Revision: 1.1 $ |
XSD_DATE_FORMAT | final public static String XSD_DATE_FORMAT(Code) | | Format for date values.
|
DateRange | public DateRange()(Code) | | |
getMaximum | public Date getMaximum()(Code) | | Returns the maximum date value, will use maximum inclusive value if
there is one, else it returns the maximum exclusive value.
Maximum date value |
getMinimum | public Date getMinimum()(Code) | | Returns the minimum date value, will use minimum inclusive value if
there is one, else it returns the minimum exclusive value.
Minimum date value |
setMaximum | public void setMaximum(Date dt)(Code) | | Sets the miaximum inclusive date value.
Parameters: dt - Date value |
setMinimum | public void setMinimum(Date dt)(Code) | | Sets the minimum inclusive date value.
Parameters: dt - Date value |
|
|