State.Helper
enum State.Helper
Summary
Enum Values |
|
|---|---|
ALIGN_HORIZONTALLY |
|
ALIGN_VERTICALLY |
|
BARRIER |
|
COLUMN |
|
FLOW |
|
GRID |
|
HORIZONTAL_CHAIN |
|
HORIZONTAL_FLOW |
|
LAYER |
|
ROW |
|
VERTICAL_CHAIN |
|
VERTICAL_FLOW |
Public functions |
|
|---|---|
java-static State.Helper! |
Returns the enum constant of this type with the specified name. |
java-static Array<State.Helper!>! |
values()Returns an array containing the constants of this enum type, in the order they're declared. |
Enum Values
ALIGN_HORIZONTALLY
val State.Helper.ALIGN_HORIZONTALLY: State.Helper
ALIGN_VERTICALLY
val State.Helper.ALIGN_VERTICALLY: State.Helper
BARRIER
val State.Helper.BARRIER: State.Helper
COLUMN
val State.Helper.COLUMN: State.Helper
FLOW
val State.Helper.FLOW: State.Helper
GRID
val State.Helper.GRID: State.Helper
HORIZONTAL_CHAIN
val State.Helper.HORIZONTAL_CHAIN: State.Helper
HORIZONTAL_FLOW
val State.Helper.HORIZONTAL_FLOW: State.Helper
LAYER
val State.Helper.LAYER: State.Helper
ROW
val State.Helper.ROW: State.Helper
VERTICAL_CHAIN
val State.Helper.VERTICAL_CHAIN: State.Helper
VERTICAL_FLOW
val State.Helper.VERTICAL_FLOW: State.Helper
Public functions
valueOf
java-static fun valueOf(name: String!): State.Helper!
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.Helper! |
the enum constant with the specified name |
| Throws | |
|---|---|
java.lang.IllegalArgumentException |
if this enum type has no constant with the specified name |
values
java-static fun values(): Array<State.Helper!>!
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.Helper!>! |
an array containing the constants of this enum type, in the order they're declared |