All Packages Class Hierarchy This Package Previous Next Index
Class aid.cbr.tools.core.cbrcase.DateType
java.lang.Object
|
+----aid.cbr.tools.core.cbrcase.AbstractObjectType
|
+----aid.cbr.tools.core.cbrcase.DateType
- public class DateType
- extends AbstractObjectType
Implements the Date type.
- Version:
- $Revision$, $Date$
- Author:
- M. Jaczynski
-
_max
-
-
_min
-
-
DATE
-
-
DateType()
-
-
getMaxValue()
-
-
getMinValue()
-
-
greatherThan(Object, Object)
-
-
isBounded()
-
-
isOrdered()
-
-
isValidValue(Object)
-
DATE
public static final DateType DATE
_min
protected Date _min
_max
protected Date _max
DateType
protected DateType()
isOrdered
public boolean isOrdered()
- Overrides:
- isOrdered in class AbstractObjectType
greatherThan
public boolean greatherThan(Object o1,
Object o2)
- Overrides:
- greatherThan in class AbstractObjectType
isValidValue
public boolean isValidValue(Object o)
- Overrides:
- isValidValue in class AbstractObjectType
isBounded
public boolean isBounded()
- Overrides:
- isBounded in class AbstractObjectType
getMinValue
public Object getMinValue()
- Overrides:
- getMinValue in class AbstractObjectType
getMaxValue
public Object getMaxValue()
- Overrides:
- getMaxValue in class AbstractObjectType
All Packages Class Hierarchy This Package Previous Next Index