Skip to content

//core/io.islandtime.parser/StringParseAction

StringParseAction

common

enum StringParseAction : Enum<StringParseAction>

Entries

ACCEPT_AND_CONTINUE

common

ACCEPT_AND_CONTINUE

REJECT_AND_STOP

common

REJECT_AND_STOP

Properties

Name Summary
entries

common


val entries: EnumEntries<StringParseAction>

Returns a representation of an immutable list of all enum entries, in the order they're declared.
name

common


val name: String
ordinal

common


val ordinal: Int

Functions

Name Summary
valueOf

common


fun valueOf(value: String): StringParseAction

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

common


fun values(): Array<StringParseAction>

Returns an array containing the constants of this enum type, in the order they're declared.