com.crystaldecisions.sdk.occa.report.data
Class GroupOptionsConditionFormulaType

java.lang.Object
  extended by com.crystaldecisions.sdk.occa.report.data.ConditionFormulaType
      extended by com.crystaldecisions.sdk.occa.report.data.GroupOptionsConditionFormulaType

public final class GroupOptionsConditionFormulaType
extends ConditionFormulaType

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

XML_TAG_DIRECTION

public static final java.lang.String XML_TAG_DIRECTION
See Also:
Constant Field Values

XML_TAG_GROUPNAME

public static final java.lang.String XML_TAG_GROUPNAME
See Also:
Constant Field Values

_sortDirection

public static final int _sortDirection

Indicates that the formula specifies the sort direction.

See Also:
Constant Field Values

_groupName

public static final int _groupName

Indicates that the formula specifies the group name.

See Also:
Constant Field Values

sortDirection

public static final GroupOptionsConditionFormulaType sortDirection

A GroupOptionsConditionFormulaType that indicates that the formula specifies the sort direction.


groupName

public static final GroupOptionsConditionFormulaType groupName

A GroupOptionsConditionFormulaType that indicates that the formula specifies the group name.

Method Detail

from_int

public static final GroupOptionsConditionFormulaType from_int(int i)

Returns the GroupOptionsConditionFormulaType corresponding to the specified int.

Parameters:
i - The int value of the desired GroupOptionsConditionFormulaType.
Returns:
The GroupOptionsConditionFormulaType corresponding to the specified int.

from_string

public static final GroupOptionsConditionFormulaType from_string(java.lang.String sVal)

Converts a directory item from a String to a value.

Parameters:
sVal - The String value that you want to convert from.
Returns:
A GroupOptionsConditionFormulaType object.

toString

public java.lang.String toString()

Returns the String value of this GroupOptionsConditionFormulaType object.

Overrides:
toString in class java.lang.Object
Returns:
The String value of this GroupOptionsConditionFormulaType object.

value

public int value()

Returns the int value of this GroupOptionsConditionFormulaType object.

Overrides:
value in class ConditionFormulaType
Returns:
The int value of this GroupOptionsConditionFormulaType object.