public class UInteger extends UReal
| Constructor and Description |
|---|
UInteger() |
UInteger(long v) |
UInteger(String v) |
| Modifier and Type | Method and Description |
|---|---|
UInteger |
asInteger() |
int |
compareTo(long l) |
int |
compareTo(Object o) |
int |
compareTo(UInteger ui) |
String |
getEN() |
String |
getFQEN() |
long |
getInteger() |
long |
getInteger(long dv)
Get integer value (if conversion is failed, return default value).
|
boolean |
isInteger() |
void |
setInteger(long v) |
void |
setInteger(String v) |
String |
toString() |
asReal, compareTo, compareTo, getReal, getReal, isReal, setReal, setRealasString, compareTo, compareTo, createElement, equals, hashCode, initialize, isStringasObject, compareTo, create, duplicate, equivalentTo, equivalentTo, getBoolean, isObjectasArray, asBoolean, asData, asDate, asDict, asFalse, asKey, asNull, asReference, asTrue, castBoolean, castInteger, castReal, castString, copyAttribute, createTop, duplicateInstance, equivalentAttributeTo, equivalentTextTo, getAttribute, getBasis, getScope, getSeeAlso, getText, hasValidText, isArray, isBoolean, isData, isDate, isDict, isFalse, isKey, isNull, isReference, isTrue, numberOfElements, retrieveAttribute, setAttribute, setAttributes, setBasis, setScope, setSeeAlso, setTextpublic static final String EN
public static final String FQEN
public UInteger()
public UInteger(long v)
public UInteger(String v) throws UTLFException
UTLFExceptionpublic void setInteger(long v)
public void setInteger(String v) throws UTLFException
UTLFExceptionpublic long getInteger()
throws UTLFException
UTLFExceptionpublic long getInteger(long dv)
dv - default valuepublic int compareTo(long l)
public int compareTo(UInteger ui)
EDB Working Group at Mon Dec 15 16:45:05 JST 2025