|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.data.ConditionFormulaType
com.crystaldecisions.sdk.occa.report.data.TopNConditionFormulaType
public final class TopNConditionFormulaType
This class contains constants that specify the condition formula type for Top N sorting.
Field Summary | |
---|---|
static int |
_topNCount
Indicates that the formula specifies the number of groups to be sorted. |
static TopNConditionFormulaType |
topNCount
A TopNConditionFormulaType that indicates that the formula specifies the number of groups to be sorted. |
Method Summary | |
---|---|
static TopNConditionFormulaType |
from_int(int i)
Returns the TopNConditionFormulaType corresponding to the specified int . |
static TopNConditionFormulaType |
from_string(java.lang.String sVal)
Converts a directory item from a String to a value. |
java.lang.String |
toString()
Returns the String value of this TopNConditionFormulaType object. |
int |
value()
Returns the int value of this TopNConditionFormulaType object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int _topNCount
Indicates that the formula specifies the number of groups to be sorted.
public static final TopNConditionFormulaType topNCount
A TopNConditionFormulaType
that indicates that the formula specifies the number of groups to be sorted.
Method Detail |
---|
public static final TopNConditionFormulaType from_int(int i)
Returns the TopNConditionFormulaType
corresponding to the specified int
.
i
- The int
value of the desired TopNConditionFormulaType
.
TopNConditionFormulaType
corresponding to the specified int
.public static final TopNConditionFormulaType from_string(java.lang.String sVal)
Converts a directory item from a String
to a value.
sVal
- The String
value that you want
to convert from.
TopNConditionFormulaType
object.public java.lang.String toString()
Returns the String
value of this TopNConditionFormulaType
object.
toString
in class java.lang.Object
String
value of this TopNConditionFormulaType
object.public int value()
Returns the int
value of this TopNConditionFormulaType
object.
value
in class ConditionFormulaType
int
value of this TopNConditionFormulaType
object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |