public final class Wertebereich
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Wertebereich |
KEINE_EINSCHRAENKUNG |
Constructor and Description |
---|
Wertebereich(double minimum,
double maximum) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
double |
getMaximum() |
double |
getMinimum() |
int |
hashCode() |
java.lang.String |
toString() |
public static final Wertebereich KEINE_EINSCHRAENKUNG
public double getMinimum()
public double getMaximum()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object