enum State.Chain


Summary

Public functions

java-static State.Chain!

Get the actual int value with a String

java-static Int

Get the Enum value with a String

java-static State.Chain!
valueOf(name: String!)

Returns the enum constant of this type with the specified name.

java-static Array<State.Chain!>!

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

Public properties

java-static (Mutable)Map<String!, State.Chain!>!
java-static (Mutable)Map<String!, Int!>!

Enum Values

SPREAD_INSIDE

val State.Chain.SPREAD_INSIDEState.Chain

Public functions

getChainByString

Added in 1.1.0-alpha13
java-static fun getChainByString(str: String!): State.Chain!

Get the actual int value with a String

Parameters
str: String!

a String representation of a Enum value

Returns
State.Chain!

an actual int value

getValueByString

Added in 1.1.0-alpha13
java-static fun getValueByString(str: String!): Int

Get the Enum value with a String

Parameters
str: String!

a String representation of a Enum value

Returns
Int

a Enum value

valueOf

Added in 1.1.0-alpha13
java-static fun valueOf(name: String!): State.Chain!

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.)

Returns
State.Chain!

the enum constant with the specified name

Throws
java.lang.IllegalArgumentException

if this enum type has no constant with the specified name

values

Added in 1.1.0-alpha13
java-static fun values(): Array<State.Chain!>!

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.

Returns
Array<State.Chain!>!

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

Public properties

chainMap

Added in 1.1.0-alpha13
java-static val chainMap: (Mutable)Map<String!, State.Chain!>!

valueMap

Added in 1.1.0-alpha13
java-static val valueMap: (Mutable)Map<String!, Int!>!