public static class InputGroup.Order extends Object
Constructor and Description |
---|
Order(String name,
InputGroup.Direction direction)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
InputGroup.Direction |
getDirection()
Returns the direction.
|
String |
getName()
Returns the name.
|
int |
hashCode() |
String |
toString() |
public Order(String name, InputGroup.Direction direction)
name
- the property namedirection
- the property directionpublic String getName()
public InputGroup.Direction getDirection()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.