public enum NoDataLabel extends java.lang.Enum<NoDataLabel>
Modifier and Type | Field and Description |
---|---|
private java.lang.Double |
value |
Modifier and Type | Method and Description |
---|---|
static NoDataLabel |
fromDouble(java.lang.Double dbl)
Create an NoDataLabel from a string name.
|
static NoDataLabel |
fromString(java.lang.String str)
TODO
|
java.lang.Double |
toDouble()
TODO
|
java.lang.String |
toString()
Get the human readable string name for this NoDataLabel.
|
static NoDataLabel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NoDataLabel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NoDataLabel MINUS_99
public static final NoDataLabel ZERO
public static final NoDataLabel NULL
public static final NoDataLabel NAN
public static NoDataLabel[] values()
for (NoDataLabel c : NoDataLabel.values()) System.out.println(c);
public static NoDataLabel valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<NoDataLabel>
public java.lang.Double toDouble()
public static NoDataLabel fromDouble(java.lang.Double dbl)
dbl
- public static NoDataLabel fromString(java.lang.String str)
str
-