public class Order extends Object
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
Order.OrderVisitor  | 
| Constructor and Description | 
|---|
Order(String attribute,
     boolean ascending)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
asc()  | 
static Order | 
asc(String attribute)  | 
boolean | 
desc()  | 
static Order | 
desc(String attribute)  | 
boolean | 
equals(Object obj)  | 
String | 
getAttribute()  | 
int | 
hashCode()  | 
String | 
toString()  | 
void | 
visit(Order.OrderVisitor visitor)  | 
public Order(String attribute, boolean ascending)
public void visit(Order.OrderVisitor visitor)
public String getAttribute()
public boolean asc()
public boolean desc()
Copyright © 2020. All rights reserved.