Package org.faktorips.runtime.internal
Class Range
java.lang.Object
org.faktorips.runtime.internal.Range
Represents a range. This class is used during the process of reading data of a range from an xml
representation into memory and create
org.faktorips.valueset.Range implementation
instances.- Author:
- Peter Erzberger
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Range
Creates a new Range. -
Range
public Range()
-
-
Method Details
-
containsNull
public boolean containsNull()- Returns:
- whether this range contains
null
-
isEmpty
public boolean isEmpty()- Returns:
- whether this
Rangeis empty;
-
getLower
- Returns:
- Returns the lower bound of this range
-
getUpper
- Returns:
- Returns the upper bound of this range
-
getStep
- Returns:
- Returns the step of this range
-