Package | Description |
---|---|
com.asakusafw.vocabulary.attribute |
Attributes about flow elements.
|
Modifier and Type | Method and Description |
---|---|
ViewInfo.Direction |
ViewInfo.Ordering.getDirection()
Returns the ordering direction.
|
static ViewInfo.Direction |
ViewInfo.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewInfo.Direction[] |
ViewInfo.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Ordering(String propertyName,
ViewInfo.Direction direction)
Creates new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.