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

Variable Index

 o _max
 o _min
 o DATE

Constructor Index

 o DateType()

Method Index

 o getMaxValue()
 o getMinValue()
 o greatherThan(Object, Object)
 o isBounded()
 o isOrdered()
 o isValidValue(Object)

Variables

 o DATE
 public static final DateType DATE
 o _min
 protected Date _min
 o _max
 protected Date _max

Constructors

 o DateType
 protected DateType()

Methods

 o isOrdered
 public boolean isOrdered()
Overrides:
isOrdered in class AbstractObjectType
 o greatherThan
 public boolean greatherThan(Object o1,
                             Object o2)
Overrides:
greatherThan in class AbstractObjectType
 o isValidValue
 public boolean isValidValue(Object o)
Overrides:
isValidValue in class AbstractObjectType
 o isBounded
 public boolean isBounded()
Overrides:
isBounded in class AbstractObjectType
 o getMinValue
 public Object getMinValue()
Overrides:
getMinValue in class AbstractObjectType
 o getMaxValue
 public Object getMaxValue()
Overrides:
getMaxValue in class AbstractObjectType

All Packages  Class Hierarchy  This Package  Previous  Next  Index