public abstract class UObject extends UInstance implements Comparable<Object>
| Constructor and Description |
|---|
UObject() |
| Modifier and Type | Method and Description |
|---|---|
UObject |
asObject() |
int |
compareTo(Object o) |
int |
compareTo(UObject uo) |
static UObject |
create(Element e) |
Element |
createElement(Document doc) |
UObject |
duplicate() |
boolean |
equivalentTo(Object o) |
boolean |
equivalentTo(UObject o) |
boolean |
getBoolean() |
double |
getReal() |
(package private) abstract void |
initialize(Element e) |
boolean |
isObject() |
String |
toString() |
asArray, asBoolean, asData, asDate, asDict, asFalse, asInteger, asKey, asNull, asReal, asReference, asString, asTrue, castBoolean, castInteger, castReal, castString, copyAttribute, createTop, duplicateInstance, equivalentAttributeTo, equivalentTextTo, getAttribute, getBasis, getEN, getFQEN, getScope, getSeeAlso, getText, hasValidText, isArray, isBoolean, isData, isDate, isDict, isFalse, isInteger, isKey, isNull, isReal, isReference, isString, isTrue, numberOfElements, retrieveAttribute, setAttribute, setAttributes, setBasis, setScope, setSeeAlso, setTextabstract void initialize(Element e) throws UTLFException
UTLFExceptionpublic UObject duplicate()
public Element createElement(Document doc)
createElement in class UInstancepublic static UObject create(Element e) throws UTLFException
UTLFExceptionpublic double getReal()
throws UTLFException
UTLFExceptionpublic boolean getBoolean()
throws UTLFException
UTLFExceptionpublic int compareTo(UObject uo)
public int compareTo(Object o)
compareTo in interface Comparable<Object>public boolean equivalentTo(UObject o)
public boolean equivalentTo(Object o)
EDB Working Group at Mon Dec 15 16:45:05 JST 2025