|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.excel4j.XLObject
org.excel4j.object.XLNil
public class XLNil
A nill object.
Field Summary |
---|
Fields inherited from class org.excel4j.XLObject |
---|
handle, xltype |
Method Summary | |
---|---|
boolean |
asBoolean()
Extract an integer from the object. |
int |
asInteger()
Extract an integer from the object. |
double |
asNumber()
Extract a number from the object. |
java.lang.String |
asString()
Extract a string from the object. |
Methods inherited from class org.excel4j.XLObject |
---|
asArray, asError |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean asBoolean()
XLObject
asBoolean
in class XLObject
public int asInteger()
XLObject
asInteger
in class XLObject
public double asNumber()
XLObject
asNumber
in class XLObject
public java.lang.String asString()
XLObject
asString
in class XLObject
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |