|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.data.ParameterSortMethod
This class contains constants that specify how the parameters are sorted.
Use IParameterField
to get and set the sort method.
Field Summary | |
static int |
_basedOnDescription
Indicates sorting based on descriptions. |
static int |
_basedOnValue
Indicates sorting based on values. |
static ParameterSortMethod |
basedOnDescription
Indicates that parameters are sorted based on their descriptions. |
static ParameterSortMethod |
basedOnValue
Indicates that parameters are sorted based on their values. |
Method Summary | |
static ParameterSortMethod |
from_int(int i)
Converts a parameter sort method from an int to a value.
|
static ParameterSortMethod |
from_string(java.lang.String sVal)
Converts the parameter sort method to a String .
|
java.lang.String |
toString()
Converts the parameter sort method to a String .
|
int |
value()
Returns the value for the parameter sort method. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int _basedOnValue
Indicates sorting based on values.
public static final int _basedOnDescription
Indicates sorting based on descriptions.
public static final ParameterSortMethod basedOnValue
Indicates that parameters are sorted based on their values.
public static final ParameterSortMethod basedOnDescription
Indicates that parameters are sorted based on their descriptions.
Method Detail |
public static final ParameterSortMethod from_int(int i)
Converts a parameter sort method from an int
to a value.
i
- The int
value that you want
to convert from.
ParameterSortMethod
corresponding to the specified value.public static final ParameterSortMethod from_string(java.lang.String sVal)
Converts the parameter sort method to a String
.
sVal
- The String
value of the desired ParameterSortMethod
.
String
.public java.lang.String toString()
Converts the parameter sort method to a String
.
String
.public int value()
Returns the value for the parameter sort method.
int
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |