|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectConditionFormulaType
com.crystaldecisions.sdk.occa.report.definition.CommonFieldFormatConditionFormulaType
public final class CommonFieldFormatConditionFormulaType
This class is used to specify the condition formula type for common field formatting.
| Field Summary | |
|---|---|
static int |
_displayString
For internal use only |
static int |
_suppressIfDuplicated
Suppress if duplicated. |
static int |
_useSystemDefault
Use system default. |
static CommonFieldFormatConditionFormulaType |
displayString
For internal use only |
static CommonFieldFormatConditionFormulaType |
suppressIfDuplicated
A CommonFieldFormatConditionFormulaType object that specifies to suppress if
duplicated. |
static CommonFieldFormatConditionFormulaType |
useSystemDefault
A CommonFieldFormatConditionFormulaType object that specifies to use the system
default. |
| Method Summary | |
|---|---|
static CommonFieldFormatConditionFormulaType |
from_int(int i)
Returns the CommonFieldFormatConditionFormulaType object corresponding to the specified value. |
static CommonFieldFormatConditionFormulaType |
from_string(java.lang.String sVal)
Returns the CommonFieldFormatConditionFormulaType object corresponding to the specified type. |
java.lang.String |
toString()
Returns the String value of this BorderConditionFormulaType object. |
int |
value()
Returns the int value of this BorderConditionFormulaType object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int _suppressIfDuplicated
Suppress if duplicated.
public static final int _useSystemDefault
Use system default.
public static final int _displayString
public static final CommonFieldFormatConditionFormulaType suppressIfDuplicated
A CommonFieldFormatConditionFormulaType object that specifies to suppress if
duplicated.
public static final CommonFieldFormatConditionFormulaType useSystemDefault
A CommonFieldFormatConditionFormulaType object that specifies to use the system
default.
public static final CommonFieldFormatConditionFormulaType displayString
| Method Detail |
|---|
public static final CommonFieldFormatConditionFormulaType from_int(int i)
Returns the CommonFieldFormatConditionFormulaType object corresponding to the specified value.
i - The int value of the desired CommonFieldFormatConditionFormulaType object.
CommonFieldFormatConditionFormulaType object corresponding to the specified value.public static final CommonFieldFormatConditionFormulaType from_string(java.lang.String sVal)
Returns the CommonFieldFormatConditionFormulaType object corresponding to the specified type.
sVal - The String value of the desired CommonFieldFormatConditionFormulaType object.
CommonFieldFormatConditionFormulaType object corresponding to the specified type.public java.lang.String toString()
Returns the String value of this BorderConditionFormulaType object.
String value of this BorderConditionFormulaType object.public int value()
Returns the int value of this BorderConditionFormulaType object.
int value of this BorderConditionFormulaType object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||