toggle menu
xmlutil
0.90.2
Common
switch theme
search in API
xmlschema
/
io.github.pdvrieze.formats.xmlschema.types
/
VAllNNI
VAll
NNI
@
Serializable
(
with
=
VAllNNI.Serializer::class
)
sealed
class
VAllNNI
:
Comparable
<
VAllNNI
>
(
source
)
Inheritors
UNBOUNDED
Value
Members
Types
Serializer
Link copied to clipboard
object
Serializer
:
KSerializer
<
VAllNNI
>
UNBOUNDED
Link copied to clipboard
object
UNBOUNDED
:
VAllNNI
Value
Link copied to clipboard
@
Serializable
(
with
=
VAllNNI.Value.Serializer::class
)
class
Value
(
val
value
:
VNonNegativeInteger
)
:
VAllNNI
,
VNonNegativeInteger
Functions
compare
To
Link copied to clipboard
abstract
operator
fun
compareTo
(
other
:
VAllNNI
)
:
Int
minus
Link copied to clipboard
abstract
operator
fun
minus
(
other
:
VAllNNI
)
:
VAllNNI
plus
Link copied to clipboard
abstract
operator
fun
plus
(
other
:
VAllNNI
)
:
VAllNNI
abstract
operator
fun
plus
(
other
:
ULong
)
:
VAllNNI
safe
Minus
Link copied to clipboard
abstract
fun
safeMinus
(
other
:
VAllNNI
,
min
:
VAllNNI.Value
=
ZERO
)
:
VAllNNI
times
Link copied to clipboard
abstract
operator
fun
times
(
mult
:
VNonNegativeInteger
)
:
VAllNNI
abstract
operator
fun
times
(
other
:
VAllNNI
)
:
VAllNNI
abstract
operator
fun
times
(
other
:
VAllNNI.Value
)
:
VAllNNI