public class ValueNull extends ValueAbstract implements Value
Modifier and Type | Method and Description |
---|---|
boolean |
asBoolean() |
HColor |
asColor(ThemeStyle themeStyle,
HColorSet set) |
double |
asDouble() |
int |
asFontStyle() |
HorizontalAlignment |
asHorizontalAlignment() |
int |
asInt() |
java.lang.String |
asString() |
getPriority
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPriority
public static final Value NULL
public int asInt()
asInt
in interface Value
asInt
in class ValueAbstract
public double asDouble()
asDouble
in interface Value
asDouble
in class ValueAbstract
public boolean asBoolean()
asBoolean
in interface Value
asBoolean
in class ValueAbstract
public java.lang.String asString()
asString
in interface Value
asString
in class ValueAbstract
public int asFontStyle()
asFontStyle
in interface Value
asFontStyle
in class ValueAbstract
public HColor asColor(ThemeStyle themeStyle, HColorSet set)
asColor
in interface Value
asColor
in class ValueAbstract
public HorizontalAlignment asHorizontalAlignment()
asHorizontalAlignment
in interface Value
asHorizontalAlignment
in class ValueAbstract