org.faktorips.runtime.internal
Class Range
java.lang.Object
org.faktorips.runtime.internal.Range
public class Range
- extends Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Range
public Range(String lower,
String upper,
String step,
boolean containsNull)
- Creates a new Range.
containsNull
public boolean containsNull()
- Returns:
- Returns if this range contains null
getLower
public String getLower()
- Returns:
- Returns the lower bound of this range
getUpper
public String getUpper()
- Returns:
- Returns the upper bound of this range
getStep
public String getStep()
- Returns:
- Returns the step of this range
Copyright © 2015. All rights reserved.