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, setText
abstract void initialize(Element e) throws UTLFException
UTLFException
public UObject duplicate()
public Element createElement(Document doc)
createElement
in class UInstance
public static UObject create(Element e) throws UTLFException
UTLFException
public double getReal() throws UTLFException
UTLFException
public boolean getBoolean() throws UTLFException
UTLFException
public 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 Tue Jun 10 17:08:59 JST 2025