Skip to content

//movies/io.github.serpro69.kfaker.movies.provider/TronCharacter

TronCharacter

[jvm]\ enum TronCharacter : Enum<TronCharacter>

Entries

ALAN_BRADLEY [jvm]
ALAN_BRADLEY
BIT [jvm]
BIT
CLU [jvm]
CLU
CROM [jvm]
CROM
DR_LORA_BAINES [jvm]
DR_LORA_BAINES
DR_WALTER_GIBBS [jvm]
DR_WALTER_GIBBS
DUMONT [jvm]
DUMONT
ED_DILLINGER [jvm]
ED_DILLINGER
KEVIN_FLYNN [jvm]
KEVIN_FLYNN
MCP [jvm]
MCP
PROGRAM [jvm]
PROGRAM
RAM [jvm]
RAM
SARK [jvm]
SARK
TRON [jvm]
TRON
YORI [jvm]
YORI

Properties

Name Summary
entries [jvm]
val entries: EnumEntries<TronCharacter>
Returns a representation of an immutable list of all enum entries, in the order they're declared.
name [jvm]
val name: String
ordinal [jvm]
val ordinal: Int

Functions

Name Summary
valueOf [jvm]
fun valueOf(value: String): TronCharacter
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
values [jvm]
fun values(): Array<TronCharacter>
Returns an array containing the constants of this enum type, in the order they're declared.