@Deprecated public class OrderClause extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ASC
Deprecated.
|
static int |
DESC
Deprecated.
|
Constructor and Description |
---|
OrderClause(String property,
int ascdesc)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
getOrder()
Deprecated.
|
String |
getProperty()
Deprecated.
|
void |
setOrder(int order)
Deprecated.
|
void |
setProperty(String property)
Deprecated.
|
public static final int ASC
public static final int DESC
public OrderClause(String property, int ascdesc)
Copyright © 2004–2021 XWiki. All rights reserved.