Package org.faktorips.runtime.internal
Class Range
- java.lang.Object
-
- org.faktorips.runtime.internal.Range
-
public class Range extends java.lang.ObjectRepresents a range. This class is used during the process of reading data of a range from an xml representation into memory and createorg.faktorips.valueset.Rangeimplementation instances.- Author:
- Peter Erzberger
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsNull()java.lang.StringgetLower()java.lang.StringgetStep()java.lang.StringgetUpper()booleanisEmpty()
-
-
-
Method Detail
-
containsNull
public boolean containsNull()
- Returns:
- whether this range contains
null
-
isEmpty
public boolean isEmpty()
- Returns:
- whether this
Rangeis empty;
-
getLower
public java.lang.String getLower()
- Returns:
- Returns the lower bound of this range
-
getUpper
public java.lang.String getUpper()
- Returns:
- Returns the upper bound of this range
-
getStep
public java.lang.String getStep()
- Returns:
- Returns the step of this range
-
-