Package | Description |
---|---|
com.asakusafw.info.operator |
Asakusa operator DSL information models.
|
Modifier and Type | Method and Description |
---|---|
InputGroup.Direction |
InputGroup.Order.getDirection()
Returns the direction.
|
static InputGroup.Direction |
InputGroup.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputGroup.Direction[] |
InputGroup.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Order(String name,
InputGroup.Direction direction)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.