|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.data.ConditionFormulaType
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
|
static int |
_suppressIfDuplicated
Suppress if duplicated. |
static int |
_useSystemDefault
Deprecated. |
static CommonFieldFormatConditionFormulaType |
displayString
|
static CommonFieldFormatConditionFormulaType |
suppressIfDuplicated
A CommonFieldFormatConditionFormulaType object that specifies to suppress if
duplicated. |
static CommonFieldFormatConditionFormulaType |
useSystemDefault
Deprecated. |
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
public static final int _displayString
public static final CommonFieldFormatConditionFormulaType suppressIfDuplicated
A CommonFieldFormatConditionFormulaType
object that specifies to suppress if
duplicated.
public static final CommonFieldFormatConditionFormulaType useSystemDefault
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.
toString
in class java.lang.Object
String
value of this BorderConditionFormulaType
object.public int value()
Returns the int
value of this BorderConditionFormulaType
object.
value
in class ConditionFormulaType
int
value of this BorderConditionFormulaType
object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |