public class ValueNull extends ValueAbstract implements Value
| Modifier and Type | Method and Description |
|---|---|
boolean |
asBoolean() |
HColor |
asColor(HColorSet set) |
double |
asDouble() |
int |
asFontStyle() |
HorizontalAlignment |
asHorizontalAlignment() |
int |
asInt(boolean minusOneIfError) |
java.lang.String |
asString() |
getPriorityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPrioritypublic static final Value NULL
public int asInt(boolean minusOneIfError)
asInt in interface ValueasInt in class ValueAbstractpublic double asDouble()
asDouble in interface ValueasDouble in class ValueAbstractpublic boolean asBoolean()
asBoolean in interface ValueasBoolean in class ValueAbstractpublic java.lang.String asString()
asString in interface ValueasString in class ValueAbstractpublic int asFontStyle()
asFontStyle in interface ValueasFontStyle in class ValueAbstractpublic HColor asColor(HColorSet set)
asColor in interface ValueasColor in class ValueAbstractpublic HorizontalAlignment asHorizontalAlignment()
asHorizontalAlignment in interface ValueasHorizontalAlignment in class ValueAbstract