cdqa.object
Class End
java.lang.Object
cdqa.object.XObject
cdqa.object.XAtomic
cdqa.object.End
final class End
- extends XAtomic
class End extends XAtomic
- Author:
- simonkm
Constructor Summary |
End()
|
Methods inherited from class cdqa.object.XAtomic |
createDOMClone, fullText, getDocumentElement, getNodeName, getOwnerDocument, getParentNode, isAtomic, isDOM, pathTo, print, shortText |
Methods inherited from class cdqa.object.XObject |
asBoolean, asDouble, asInteger, asString, getFullText, getLabel, isEND, isFALSE, isTRUE, theENDObject, valueCompare |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
End
End()
valueCompare
public final boolean valueCompare(XObject o)
- Specified by:
valueCompare
in class XObject
- Returns:
- false always
booleanValue
final boolean booleanValue()
throws CastException
- Specified by:
booleanValue
in class XObject
- Throws:
CastException
intValue
final int intValue()
throws CastException
- Specified by:
intValue
in class XObject
- Throws:
CastException
doubleValue
final double doubleValue()
throws CastException
- Specified by:
doubleValue
in class XObject
- Throws:
CastException
stringValue
final java.lang.String stringValue()
throws CastException
- Specified by:
stringValue
in class XObject
- Throws:
CastException
getType
public final short getType()
- Description copied from class:
XObject
- Returns the type of this object.
see the enumeration in XObject class
- Specified by:
getType
in class XObject
toString
public final java.lang.String toString()
- Overrides:
toString
in class java.lang.Object