Assignment

enum Assignment : Enum<Market.Assignment>

Code assignment state in ISO 3166-1.

See also

Entries

OFFICIALLY_ASSIGNED
Link copied to clipboard
common
USER_ASSIGNED
Link copied to clipboard
common
EXCEPTIONALLY_RESERVED
Link copied to clipboard
common
TRANSITIONALLY_RESERVED
Link copied to clipboard
common
INDETERMINATELY_RESERVED
Link copied to clipboard
common
NOT_USED
Link copied to clipboard
common

Functions

compareTo
Link copied to clipboard
common
operator override fun compareTo(other: Market.Assignment): Int
equals
Link copied to clipboard
common
operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

name
Link copied to clipboard
common
val name: String
ordinal
Link copied to clipboard
common
val ordinal: Int

Sources

(source)
Link copied to clipboard