|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.data.FormulaFieldOptions
public final class FormulaFieldOptions
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 |
---|
public static final int _hasSideEffects
For internal use only.
public static final int _dependsOnRecurringField
For internal use only.
public static final int _dependsOnSummaryField
For internal use only.
public static final int _dependsOnRunningTotalField
For internal use only.
public static final int _dependsOnPrintOrderField
For internal use only.
public static final int _dependentOnDateTime
For internal use only.
public static final int _dependentOnStringComparison
For internal use only.
public static final int _dependentOnDefaultAttribute
For internal use only.
public static final int _dependentOnCurrentFieldValue
For internal use only.
public static final FormulaFieldOptions hasSideEffects
Indicates that the formula field has side effects.
public static final FormulaFieldOptions dependsOnRecurringField
Indicates that the formula field depends on a recurring field.
public static final FormulaFieldOptions dependsOnSummaryField
Indicates that the formula field depends on a summary field.
public static final FormulaFieldOptions dependsOnRunningTotalField
Indicates that the formula field depends on a running total field.
public static final FormulaFieldOptions dependsOnPrintOrderField
Indicates that the formula field depends on the print order.
public static final FormulaFieldOptions dependentOnDateTime
Indicates that the formula field depends on the date and time.
public static final FormulaFieldOptions dependentOnStringComparison
Indicates that the formula field depends on
a String
comparison.
public static final FormulaFieldOptions dependentOnDefaultAttribute
Indicates that the formula field depends on default attributes.
public static final FormulaFieldOptions dependentOnCurrentFieldValue
Indicates that the formula field depends on the current field value.
Constructor Detail |
---|
public FormulaFieldOptions(int _value)
For internal use only.
Method Detail |
---|
public static final FormulaFieldOptions from_String(java.lang.String sVal)
Returns the FormulaFieldOptions
object corresponding to the specified String
.
sVal
- The String
value of the desired FormulaFieldOptions
.
FormulaFieldOptions
object corresponding to the specified String
.public static final java.lang.String parseOptions(long lngOptions)
For internal use only.
public static final int parseOptions(java.lang.String strOptions)
For internal use only.
public static final int toInt(java.lang.String value)
Returns an int
for the
FormulaFieldOptions
object.
value
- A String
that specifies the
FormulaFieldOptions
object.
public java.lang.String toString()
Returns the String
value of this FormulaFieldOptions
object.
toString
in class java.lang.Object
String
value of this FormulaFieldOptions
object.public static final java.lang.String toString(int value)
Returns the String
value of this FormulaFieldOptions
object.
value
- The int
value of this FormulaFieldOptions
object.
String
value of this FormulaFieldOptions
object.public int value()
Returns the int
value of this FormulaFieldOptions
object.
int
value of this FormulaFieldOptions
object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |