Companion

object Companion

Holds constants.

Properties

DECIMAL_BASE
Link copied to clipboard
const val DECIMAL_BASE: Int = 10
The definition of decimal base.
DEFAULT_BASE
Link copied to clipboard
const val DEFAULT_BASE: Int
The default value of the base field.
DEFAULT_CAPITALIZATION
Link copied to clipboard
val DEFAULT_CAPITALIZATION: CapitalizationMode
The default value of the capitalization field.
DEFAULT_GROUPING_SEPARATOR
Link copied to clipboard
const val DEFAULT_GROUPING_SEPARATOR: String
The default value of the groupingSeparator field.
DEFAULT_MAX_VALUE
Link copied to clipboard
const val DEFAULT_MAX_VALUE: Long = 1000L
The default value of the maxValue field.
DEFAULT_MIN_VALUE
Link copied to clipboard
const val DEFAULT_MIN_VALUE: Long = 0L
The default value of the minValue field.
DEFAULT_PREFIX
Link copied to clipboard
const val DEFAULT_PREFIX: String
The default value of the prefix field.
DEFAULT_SUFFIX
Link copied to clipboard
const val DEFAULT_SUFFIX: String
The default value of the suffix field.
MAX_BASE
Link copied to clipboard
const val MAX_BASE: Int
The maximum value of the base field.
MIN_BASE
Link copied to clipboard
const val MIN_BASE: Int
The minimum value of the base field.

Sources

jvm source
Link copied to clipboard