public class OrderProperty extends Object
| Constructor and Description |
|---|
OrderProperty(Property property,
boolean ascending)
Initializes new instance.
|
| Modifier and Type | Method and Description |
|---|---|
Property |
getProperty()
Property name.
|
boolean |
isAscending()
Order direction.
|
public OrderProperty(Property property, boolean ascending)
property - Property name.ascending - Order direction.public Property getProperty()
public boolean isAscending()
Copyright © ITHit. All Rights Reserved.