|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectConditionFormulaType
com.crystaldecisions.sdk.occa.report.data.GroupOptionsConditionFormulaType
public final class GroupOptionsConditionFormulaType
This class contains constants that specify the condition formula type for group options.
| Field Summary | |
|---|---|
static int |
_groupName
Indicates that the formula specifies the group name. |
static int |
_sortDirection
Indicates that the formula specifies the sort direction. |
static GroupOptionsConditionFormulaType |
groupName
A GroupOptionsConditionFormulaType that indicates that the formula specifies the group name. |
static GroupOptionsConditionFormulaType |
sortDirection
A GroupOptionsConditionFormulaType that indicates that the formula specifies the sort direction. |
static java.lang.String |
XML_TAG_DIRECTION
|
static java.lang.String |
XML_TAG_GROUPNAME
|
| Method Summary | |
|---|---|
static GroupOptionsConditionFormulaType |
from_int(int i)
Returns the GroupOptionsConditionFormulaType corresponding to the specified int. |
static GroupOptionsConditionFormulaType |
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 GroupOptionsConditionFormulaType object. |
int |
value()
Returns the int value of this GroupOptionsConditionFormulaType object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String XML_TAG_DIRECTION
public static final java.lang.String XML_TAG_GROUPNAME
public static final int _sortDirection
Indicates that the formula specifies the sort direction.
public static final int _groupName
Indicates that the formula specifies the group name.
public static final GroupOptionsConditionFormulaType sortDirection
A GroupOptionsConditionFormulaType that indicates that the formula specifies the sort direction.
public static final GroupOptionsConditionFormulaType groupName
A GroupOptionsConditionFormulaType that indicates that the formula specifies the group name.
| Method Detail |
|---|
public static final GroupOptionsConditionFormulaType from_int(int i)
Returns the GroupOptionsConditionFormulaType corresponding to the specified int.
i - The int value of the desired GroupOptionsConditionFormulaType.
GroupOptionsConditionFormulaType corresponding to the specified int.public static final GroupOptionsConditionFormulaType 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.
GroupOptionsConditionFormulaType object.public java.lang.String toString()
Returns the String value of this GroupOptionsConditionFormulaType object.
String value of this GroupOptionsConditionFormulaType object.public int value()
Returns the int value of this GroupOptionsConditionFormulaType object.
int value of this GroupOptionsConditionFormulaType object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||