public class SortOrderType extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static SortOrderType |
ASC
The instance of the ASC type
|
static int |
ASC_TYPE
The ASC type
|
static SortOrderType |
DESC
The instance of the DESC type
|
static int |
DESC_TYPE
The DESC type
|
| Modifier and Type | Method and Description |
|---|---|
static Enumeration |
enumerate()
Method enumerate
Returns an enumeration of all possible instances of
SortOrderType
|
int |
getType()
Method getType
Returns the type of this SortOrderType
|
String |
toString()
Method toString
Returns the String representation of this SortOrderType
|
static SortOrderType |
valueOf(String string)
Method valueOf
Returns a new SortOrderType based on the given String value.
|
public static final int DESC_TYPE
public static final SortOrderType DESC
public static final int ASC_TYPE
public static final SortOrderType ASC
public static Enumeration enumerate()
public int getType()
public String toString()
public static SortOrderType valueOf(String string)
string - Copyright © 2020 B3Partners B.V.. All rights reserved.