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
-
RangeIntType(int, int)
-
-
RangeIntType(int, int, int, int)
-
-
RangeIntType(Integer, Integer)
-
-
enum()
-
-
getMaxIntValue()
-
-
getMaxValue()
-
-
getMinIntValue()
-
-
getMinValue()
-
-
intEnum()
-
-
isBounded()
-
-
isEnumerated()
-
-
isValidIntValue(int)
-
-
isValidValue(Object)
-
RangeIntType
public RangeIntType(int min,
int max)
RangeIntType
public RangeIntType(int min,
int max,
int unknown,
int undef)
RangeIntType
public RangeIntType(Integer min,
Integer max)
getMinIntValue
public int getMinIntValue()
- Overrides:
- getMinIntValue in class AbstractIntType
getMinValue
public Object getMinValue()
- Overrides:
- getMinValue in class AbstractIntType
getMaxIntValue
public int getMaxIntValue()
- Overrides:
- getMaxIntValue in class AbstractIntType
getMaxValue
public Object getMaxValue()
- Overrides:
- getMaxValue in class AbstractIntType
isBounded
public boolean isBounded()
- Overrides:
- isBounded in class AbstractIntType
isEnumerated
public boolean isEnumerated()
- Overrides:
- isEnumerated in class AbstractIntType
enum
public List enum()
- Overrides:
- enum in class AbstractIntType
intEnum
public int[] intEnum()
- Overrides:
- intEnum in class AbstractIntType
isValidIntValue
public boolean isValidIntValue(int i)
- Overrides:
- isValidIntValue in class AbstractIntType
isValidValue
public boolean isValidValue(Object o)
- Overrides:
- isValidValue in class AbstractIntType
All Packages Class Hierarchy This Package Previous Next Index