Skip to content

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

TronAlternateCharacter

[jvm]\ enum TronAlternateCharacter : Enum<TronAlternateCharacter>

Entries

ALAN_BRADLEY [jvm]
ALAN_BRADLEY
CLU [jvm]
CLU
DR_LORA_BAINES [jvm]
DR_LORA_BAINES
DR_WALTER_GIBBS [jvm]
DR_WALTER_GIBBS
ED_DILLINGER [jvm]
ED_DILLINGER
KEVIN_FLYNN [jvm]
KEVIN_FLYNN
MCP [jvm]
MCP
ROY_KLEINBERG [jvm]
ROY_KLEINBERG

Properties

Name Summary
entries [jvm]
val entries: EnumEntries<TronAlternateCharacter>
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): TronAlternateCharacter
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<TronAlternateCharacter>
Returns an array containing the constants of this enum type, in the order they're declared.