Companion

object Companion

Functions

Link copied to clipboard
fun fromAny(age: Any): Age

Returns the corresponding age in this enum given a string resembling it.

Link copied to clipboard
fun fromString(age: String): Age

Returns the corresponding age in this enum given a string resembling it.

Link copied to clipboard
fun fromYears(age: Int): Age

Returns the corresponding age in this enum given the age in years.