public final class Gueteindex
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Gueteindex |
FEHLERHAFT |
static Gueteindex |
NICHT_ERMITTELBAR |
static Gueteindex |
NICHT_ERMITTELBAR_FEHLERHAFT |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Double |
getWert() |
int |
hashCode() |
boolean |
isNull() |
boolean |
nonNull() |
java.lang.String |
toString() |
static Gueteindex |
von(double wert) |
public static final Gueteindex NICHT_ERMITTELBAR
public static final Gueteindex FEHLERHAFT
public static final Gueteindex NICHT_ERMITTELBAR_FEHLERHAFT
public static Gueteindex von(double wert)
public java.lang.Double getWert()
public boolean isNull()
public boolean nonNull()
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