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

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

public final class FormulaFieldOptions
extends java.lang.Object

This class contains constants for the formula field options and methods for using these constants.


Field Summary
static int _dependentOnCurrentFieldValue
          For internal use only.
static int _dependentOnDateTime
          For internal use only.
static int _dependentOnDefaultAttribute
          For internal use only.
static int _dependentOnStringComparison
          For internal use only.
static int _dependsOnPrintOrderField
          For internal use only.
static int _dependsOnRecurringField
          For internal use only.
static int _dependsOnRunningTotalField
          For internal use only.
static int _dependsOnSummaryField
          For internal use only.
static int _hasSideEffects
          For internal use only.
static FormulaFieldOptions dependentOnCurrentFieldValue
          Indicates that the formula field depends on the current field value.
static FormulaFieldOptions dependentOnDateTime
          Indicates that the formula field depends on the date and time.
static FormulaFieldOptions dependentOnDefaultAttribute
          Indicates that the formula field depends on default attributes.
static FormulaFieldOptions dependentOnStringComparison
          Indicates that the formula field depends on a String comparison.
static FormulaFieldOptions dependsOnPrintOrderField
          Indicates that the formula field depends on the print order.
static FormulaFieldOptions dependsOnRecurringField
          Indicates that the formula field depends on a recurring field.
static FormulaFieldOptions dependsOnRunningTotalField
          Indicates that the formula field depends on a running total field.
static FormulaFieldOptions dependsOnSummaryField
          Indicates that the formula field depends on a summary field.
static FormulaFieldOptions hasSideEffects
          Indicates that the formula field has side effects.
 
Constructor Summary
FormulaFieldOptions(int _value)
          For internal use only.
 
Method Summary
static FormulaFieldOptions from_String(java.lang.String sVal)
           Returns the FormulaFieldOptions object corresponding to the specified String.
static java.lang.String parseOptions(long lngOptions)
          For internal use only.
static int parseOptions(java.lang.String strOptions)
          For internal use only.
static int toInt(java.lang.String value)
          Returns an int for the FormulaFieldOptions object.
 java.lang.String toString()
           Returns the String value of this FormulaFieldOptions object.
static java.lang.String toString(int value)
           Returns the String value of this FormulaFieldOptions object.
 int value()
           Returns the int value of this FormulaFieldOptions object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_hasSideEffects

public static final int _hasSideEffects

For internal use only.

See Also:
Constant Field Values

_dependsOnRecurringField

public static final int _dependsOnRecurringField

For internal use only.

See Also:
Constant Field Values

_dependsOnSummaryField

public static final int _dependsOnSummaryField

For internal use only.

See Also:
Constant Field Values

_dependsOnRunningTotalField

public static final int _dependsOnRunningTotalField

For internal use only.

See Also:
Constant Field Values

_dependsOnPrintOrderField

public static final int _dependsOnPrintOrderField

For internal use only.

See Also:
Constant Field Values

_dependentOnDateTime

public static final int _dependentOnDateTime

For internal use only.

See Also:
Constant Field Values

_dependentOnStringComparison

public static final int _dependentOnStringComparison

For internal use only.

See Also:
Constant Field Values

_dependentOnDefaultAttribute

public static final int _dependentOnDefaultAttribute

For internal use only.

See Also:
Constant Field Values

_dependentOnCurrentFieldValue

public static final int _dependentOnCurrentFieldValue

For internal use only.

See Also:
Constant Field Values

hasSideEffects

public static final FormulaFieldOptions hasSideEffects

Indicates that the formula field has side effects.


dependsOnRecurringField

public static final FormulaFieldOptions dependsOnRecurringField

Indicates that the formula field depends on a recurring field.


dependsOnSummaryField

public static final FormulaFieldOptions dependsOnSummaryField

Indicates that the formula field depends on a summary field.


dependsOnRunningTotalField

public static final FormulaFieldOptions dependsOnRunningTotalField

Indicates that the formula field depends on a running total field.


dependsOnPrintOrderField

public static final FormulaFieldOptions dependsOnPrintOrderField

Indicates that the formula field depends on the print order.


dependentOnDateTime

public static final FormulaFieldOptions dependentOnDateTime

Indicates that the formula field depends on the date and time.


dependentOnStringComparison

public static final FormulaFieldOptions dependentOnStringComparison

Indicates that the formula field depends on a String comparison.


dependentOnDefaultAttribute

public static final FormulaFieldOptions dependentOnDefaultAttribute

Indicates that the formula field depends on default attributes.


dependentOnCurrentFieldValue

public static final FormulaFieldOptions dependentOnCurrentFieldValue

Indicates that the formula field depends on the current field value.

Constructor Detail

FormulaFieldOptions

public FormulaFieldOptions(int _value)

For internal use only.

Method Detail

from_String

public static final FormulaFieldOptions from_String(java.lang.String sVal)

Returns the FormulaFieldOptions object corresponding to the specified String.

Parameters:
sVal - The String value of the desired FormulaFieldOptions.
Returns:
The FormulaFieldOptions object corresponding to the specified String.

parseOptions

public static final java.lang.String parseOptions(long lngOptions)

For internal use only.


parseOptions

public static final int parseOptions(java.lang.String strOptions)

For internal use only.


toInt

public static final int toInt(java.lang.String value)

Returns an int for the FormulaFieldOptions object.

Parameters:
value - A String that specifies the FormulaFieldOptions object.
Returns:
int

toString

public java.lang.String toString()

Returns the String value of this FormulaFieldOptions object.

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

toString

public static final java.lang.String toString(int value)

Returns the String value of this FormulaFieldOptions object.

Parameters:
value - The int value of this FormulaFieldOptions object.
Returns:
The String value of this FormulaFieldOptions object.

value

public int value()

Returns the int value of this FormulaFieldOptions object.

Returns:
The int value of this FormulaFieldOptions object.