Companion

Holds constants.

Properties

Link copied to clipboard

The base icon for integers.

Link copied to clipboard
const val DECIMAL_BASE: Int = 10

The definition of decimal base.

Link copied to clipboard

The default value of the affixDecorator field.

Link copied to clipboard

The default value of the arrayDecorator field.

Link copied to clipboard
const val DEFAULT_BASE: Int

The default value of the base 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_GROUPING_SEPARATOR_ENABLED: Boolean = false

The default value of the groupingSeparatorEnabled field.

Link copied to clipboard
const val DEFAULT_IS_UPPERCASE: Boolean = false

The default value of the isUppercase 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 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.

Link copied to clipboard

The preset values for the affixDecorator descriptor.

Link copied to clipboard
val PRESET_GROUPING_SEPARATORS: Array<String>

The preset values for the groupingSeparator descriptor.