toggle menu
xmlutil
0.90.2
Common
switch theme
search in API
xmlschema
/
io.github.pdvrieze.formats.xmlschema.datatypes.primitiveInstances
/
VUnsignedLong
VUnsigned
Long
@
Serializable
(
with
=
VUnsignedLong.Serializer::class
)
interface
VUnsignedLong
:
VNonNegativeInteger
(
source
)
Inheritors
VUnsignedInt
Members
Types
Companion
Link copied to clipboard
object
Companion
Serializer
Link copied to clipboard
class
Serializer
:
KSerializer
<
VUnsignedLong
>
Properties
xml
String
Link copied to clipboard
abstract
val
xmlString
:
String
Functions
coerce
At
Most
Link copied to clipboard
open
fun
coerceAtMost
(
maxMax
:
VAllNNI
)
:
VNonNegativeInteger
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
VDecimal
)
:
Int
open
operator override
fun
compareTo
(
other
:
VInteger
)
:
Int
open
operator
fun
compareTo
(
other
:
VNonNegativeInteger
)
:
Int
open
operator
fun
compareTo
(
other
:
VAllNNI
)
:
Int
open
operator
fun
compareTo
(
other
:
VAllNNI.Value
)
:
Int
plus
Link copied to clipboard
abstract
operator
fun
plus
(
other
:
VNonNegativeInteger
)
:
VNonNegativeInteger
abstract
operator
fun
plus
(
other
:
ULong
)
:
VNonNegativeInteger
range
To
Link copied to clipboard
open
operator
fun
rangeTo
(
end
:
VAllNNI
)
:
AllNNIRange
times
Link copied to clipboard
abstract
operator
fun
times
(
other
:
VNonNegativeInteger
)
:
VNonNegativeInteger
to
Double
Link copied to clipboard
open
fun
toDouble
(
)
:
Double
to
Int
Link copied to clipboard
abstract
override
fun
toInt
(
)
:
Int
to
Long
Link copied to clipboard
abstract
override
fun
toLong
(
)
:
Long
to
UInt
Link copied to clipboard
abstract
fun
toUInt
(
)
:
UInt
to
ULong
Link copied to clipboard
abstract
fun
toULong
(
)
:
ULong
to
VDecimal
Link copied to clipboard
open
fun
toVDecimal
(
)
:
VBigDecimal