|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.crystaldecisions.sdk.occa.report.data.ParameterSortOrder
This class contains constants that indicate how a parameter list is sorted.
| Field Summary | |
static int |
_alphabeticalAscending
The list is sorted in ascending alphabetical order. |
static int |
_alphabeticalDescending
The list is sorted in descending alphabetical order. |
static int |
_noSort
The list is not sorted. |
static int |
_numericalAscending
The list is sorted in ascending numerical order. |
static int |
_numericalDescending
The list is sorted in descending numerical order. |
static ParameterSortOrder |
alphabeticalAscending
A ParameterSortOrder object that specifies that the list is sorted in
ascending alphabetical order.
|
static ParameterSortOrder |
alphabeticalDescending
A ParameterSortOrder object that specifies that the list is sorted in
descending alphabetical order.
|
static ParameterSortOrder |
noSort
A ParameterSortOrder object that specifies that the list is not sorted.
|
static ParameterSortOrder |
numericalAscending
A ParameterSortOrder object that specifies that the list is sorted in
ascending numerical order.
|
static ParameterSortOrder |
numericalDescending
A ParameterSortOrder object that specifies that the list is sorted in
descending numerical order.
|
| Method Summary | |
static ParameterSortOrder |
from_int(int i)
Returns the ParameterSortOrder corresponding to the specified value.
|
static ParameterSortOrder |
from_string(java.lang.String sVal)
Returns the ParameterSortOrder corresponding to the specified type.
|
java.lang.String |
toString()
Returns the String value of this ParameterSortOrder object.
|
int |
value()
Returns the int value of this ParameterSortOrder object.
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int _noSort
The list is not sorted.
public static final int _alphabeticalAscending
The list is sorted in ascending alphabetical order.
public static final int _alphabeticalDescending
The list is sorted in descending alphabetical order.
public static final int _numericalAscending
The list is sorted in ascending numerical order.
public static final int _numericalDescending
The list is sorted in descending numerical order.
public static final ParameterSortOrder noSort
A ParameterSortOrder object that specifies that the list is not sorted.
public static final ParameterSortOrder alphabeticalAscending
A ParameterSortOrder object that specifies that the list is sorted in
ascending alphabetical order.
public static final ParameterSortOrder alphabeticalDescending
A ParameterSortOrder object that specifies that the list is sorted in
descending alphabetical order.
public static final ParameterSortOrder numericalAscending
A ParameterSortOrder object that specifies that the list is sorted in
ascending numerical order.
public static final ParameterSortOrder numericalDescending
A ParameterSortOrder object that specifies that the list is sorted in
descending numerical order.
| Method Detail |
public static final ParameterSortOrder from_int(int i)
Returns the ParameterSortOrder corresponding to the specified value.
i - The int value of the desired ParameterSortOrder object.
ParameterSortOrder corresponding to the specified value.public static final ParameterSortOrder from_string(java.lang.String sVal)
Returns the ParameterSortOrder corresponding to the specified type.
sVal - The String value of the desired ParameterSortOrder object.
ParameterSortOrder corresponding to the specified type.public java.lang.String toString()
Returns the String value of this ParameterSortOrder object.
String value of this ParameterSortOrder object.public int value()
Returns the int value of this ParameterSortOrder object.
int value of this ParameterSortOrder object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||