Companion

Holds constants.

Properties

Link copied to clipboard
const val DECIMAL_BASE: Int = 10

The definition of decimal base.

Link copied to clipboard
const val DEFAULT_BASE: Int

The default value of the base field.

Link copied to clipboard

The default value of the capitalization field.

Link copied to clipboard
const val DEFAULT_GROUPING_SEPARATOR: String

The default value of the groupingSeparator field.

Link copied to clipboard
const val DEFAULT_MAX_VALUE: Long = 1000

The default value of the maxValue field.

Link copied to clipboard
const val DEFAULT_MIN_VALUE: Long = 0

The default value of the minValue field.

Link copied to clipboard
const val DEFAULT_PREFIX: String

The default value of the prefix field.

Link copied to clipboard
const val DEFAULT_SUFFIX: String

The default value of the suffix field.

Link copied to clipboard
const val MAX_BASE: Int

The maximum value of the base field.

Link copied to clipboard
const val MIN_BASE: Int

The minimum value of the base field.