Class virtual Dm_atomic.atomicValue

class virtual atomicValue : Namespace_symbols.rtype_symbol -> object .. end

method virtual erase_atomic_value : unit -> Datatypes.xs_untyped
method string_value : unit -> Datatypes.xs_untyped
method virtual getAtomicValueKind : unit -> Datatypes.atomic_type
method virtual atomic_type : unit -> Namespace_symbols.rtype_symbol
method virtual cast_to : Namespace_context.nsenv ->
Namespace_symbols.rtype_symbol ->
Datatypes.atomic_type -> atomicValue
method atomic_value_eq : atomicValue -> bool
method atomic_value_lteq : atomicValue -> bool
method atomic_value_lt : atomicValue -> bool
method atomic_value_gteq : atomicValue -> bool
method atomic_value_gt : atomicValue -> bool
method atomic_value_compare : atomicValue -> int
method getAtomicString : unit -> Datatypes.xs_string
method getAtomicBoolean : unit -> Datatypes.xs_boolean
method getAtomicDecimal : unit -> Datatypes.xs_decimal
method getAtomicFloat : unit -> Datatypes.xs_float
method getAtomicDouble : unit -> Datatypes.xs_double
method getAtomicInteger : unit -> Datatypes.xs_integer
method getAtomicDuration : unit -> Datatypes.xs_duration
method getAtomicDateTime : unit -> Datatypes.xs_dateTime
method getAtomicTime : unit -> Datatypes.xs_time
method getAtomicDate : unit -> Datatypes.xs_date
method getAtomicGYearMonth : unit -> Datatypes.xs_gYearMonth
method getAtomicGYear : unit -> Datatypes.xs_gYear
method getAtomicGMonthDay : unit -> Datatypes.xs_gMonthDay
method getAtomicGDay : unit -> Datatypes.xs_gDay
method getAtomicGMonth : unit -> Datatypes.xs_gMonth
method getAtomicYearMonthDuration : unit -> Datatypes.xs_yearMonthDuration
method getAtomicDayTimeDuration : unit -> Datatypes.xs_dayTimeDuration
method getAtomicHexBinary : unit -> Datatypes.xs_hexBinary
method getAtomicBase64Binary : unit -> Datatypes.xs_base64Binary
method getAtomicAnyURI : unit -> Datatypes.xs_anyURI
method getAtomicQName : unit -> Datatypes.xs_QName
method getAtomicNotation : unit -> Datatypes.xs_NOTATION
method getAtomicUntyped : unit -> Datatypes.xs_untyped
method private virtual eq : atomicValue -> bool
method private virtual lteq : atomicValue -> bool
method private virtual lt : atomicValue -> bool
method private virtual gteq : atomicValue -> bool
method private virtual gt : atomicValue -> bool