Package | Description |
---|---|
com.asakusafw.windgate.cli |
Command line tools for WindGate.
|
Modifier and Type | Method and Description |
---|---|
static ExecutionKind |
ExecutionKind.parse(String symbol)
Returns a constant corresponded to the specified symbol.
|
static ExecutionKind |
ExecutionKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionKind[] |
ExecutionKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.