All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class aid.cbr.tools.core.cbrcase.RangeIntType

java.lang.Object
   |
   +----aid.cbr.tools.core.cbrcase.AbstractIntType
           |
           +----aid.cbr.tools.core.cbrcase.RangeIntType

public class RangeIntType
extends AbstractIntType
Implements int types within a range.

Version:
$Revision$, $Date$
Author:
M. Jaczynski

Constructor Index

 o RangeIntType(int, int)
 o RangeIntType(int, int, int, int)
 o RangeIntType(Integer, Integer)

Method Index

 o enum()
 o getMaxIntValue()
 o getMaxValue()
 o getMinIntValue()
 o getMinValue()
 o intEnum()
 o isBounded()
 o isEnumerated()
 o isValidIntValue(int)
 o isValidValue(Object)

Constructors

 o RangeIntType
 public RangeIntType(int min,
                     int max)
 o RangeIntType
 public RangeIntType(int min,
                     int max,
                     int unknown,
                     int undef)
 o RangeIntType
 public RangeIntType(Integer min,
                     Integer max)

Methods

 o getMinIntValue
 public int getMinIntValue()
Overrides:
getMinIntValue in class AbstractIntType
 o getMinValue
 public Object getMinValue()
Overrides:
getMinValue in class AbstractIntType
 o getMaxIntValue
 public int getMaxIntValue()
Overrides:
getMaxIntValue in class AbstractIntType
 o getMaxValue
 public Object getMaxValue()
Overrides:
getMaxValue in class AbstractIntType
 o isBounded
 public boolean isBounded()
Overrides:
isBounded in class AbstractIntType
 o isEnumerated
 public boolean isEnumerated()
Overrides:
isEnumerated in class AbstractIntType
 o enum
 public List enum()
Overrides:
enum in class AbstractIntType
 o intEnum
 public int[] intEnum()
Overrides:
intEnum in class AbstractIntType
 o isValidIntValue
 public boolean isValidIntValue(int i)
Overrides:
isValidIntValue in class AbstractIntType
 o isValidValue
 public boolean isValidValue(Object o)
Overrides:
isValidValue in class AbstractIntType

All Packages  Class Hierarchy  This Package  Previous  Next  Index