toggle menu
xmlutil
0.90.2
Common
switch theme
search in API
xmlschema
/
io.github.pdvrieze.formats.xmlschema.types
/
VAllNNI
/
Value
Value
@
Serializable
(
with
=
VAllNNI.Value.Serializer::class
)
class
Value
(
val
value
:
VNonNegativeInteger
)
:
VAllNNI
,
VNonNegativeInteger
(
source
)
Members
Constructors
Value
Link copied to clipboard
constructor
(
value
:
ULong
)
constructor
(
value
:
UInt
)
constructor
(
value
:
VNonNegativeInteger
)
Types
Serializer
Link copied to clipboard
object
Serializer
:
KSerializer
<
VAllNNI.Value
>
Properties
value
Link copied to clipboard
val
value
:
VNonNegativeInteger
xml
String
Link copied to clipboard
open
override
val
xmlString
:
String
Functions
coerce
At
Most
Link copied to clipboard
open
override
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 override
fun
compareTo
(
other
:
VNonNegativeInteger
)
:
Int
open
operator override
fun
compareTo
(
other
:
VAllNNI.Value
)
:
Int
open
operator override
fun
compareTo
(
other
:
VAllNNI
)
:
Int
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
minus
Link copied to clipboard
open
operator override
fun
minus
(
other
:
VAllNNI
)
:
VAllNNI.Value
operator
fun
minus
(
other
:
VAllNNI.Value
)
:
VAllNNI.Value
plus
Link copied to clipboard
open
operator override
fun
plus
(
other
:
VNonNegativeInteger
)
:
VNonNegativeInteger
open
operator override
fun
plus
(
other
:
VAllNNI
)
:
VAllNNI
operator
fun
plus
(
other
:
VAllNNI.Value
)
:
VAllNNI.Value
open
operator override
fun
plus
(
other
:
ULong
)
:
VAllNNI.Value
range
To
Link copied to clipboard
open
operator override
fun
rangeTo
(
end
:
VAllNNI
)
:
AllNNIRange
safe
Minus
Link copied to clipboard
fun
safeMinus
(
other
:
VAllNNI.Value
)
:
VAllNNI.Value
open
override
fun
safeMinus
(
other
:
VAllNNI
,
min
:
VAllNNI.Value
)
:
VAllNNI
fun
safeMinus
(
other
:
VAllNNI.Value
,
min
:
VAllNNI.Value
)
:
VAllNNI.Value
safe
Times
Link copied to clipboard
fun
ULong
.
safeTimes
(
other
:
ULong
)
:
ULong
?
times
Link copied to clipboard
open
operator override
fun
times
(
other
:
VNonNegativeInteger
)
:
VAllNNI.Value
open
operator override
fun
times
(
other
:
VAllNNI
)
:
VAllNNI
open
operator override
fun
times
(
other
:
VAllNNI.Value
)
:
VAllNNI.Value
to
Double
Link copied to clipboard
open
override
fun
toDouble
(
)
:
Double
to
Int
Link copied to clipboard
open
override
fun
toInt
(
)
:
Int
to
Long
Link copied to clipboard
open
override
fun
toLong
(
)
:
Long
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
to
UInt
Link copied to clipboard
open
override
fun
toUInt
(
)
:
UInt
to
ULong
Link copied to clipboard
open
override
fun
toULong
(
)
:
ULong
to
VDecimal
Link copied to clipboard
open
override
fun
toVDecimal
(
)
:
VBigDecimal