Skip to content

//core/io.islandtime.parser/SignStyle

SignStyle

common

enum SignStyle : Enum<SignStyle>

Entries

NEGATIVE_ONLY

common

NEGATIVE_ONLY

NEVER

common

NEVER

ALWAYS

common

ALWAYS

Properties

Name Summary
entries

common


val entries: EnumEntries<SignStyle>

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): SignStyle

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<SignStyle>

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