class UuidSettings : Settings<UuidSettings>
Contains settings for generating random UUIDs.
See Also
UuidSettings()
Contains settings for generating random UUIDs. |
var enclosure: String
The string that encloses the generated UUID on both sides. |
fun getState(): UuidSettings
Returns |
|
fun loadState(state: UuidSettings): Unit
Copies the fields of state to |
val default: UuidSettings
The persistent |
|
const val DEFAULT_ENCLOSURE: String
The default value of the enclosure field. |