|
|||||||||
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.PictureFormatConditionFormulaType
public class PictureFormatConditionFormulaType
This class contains constants that specify the condition formula type for
PictureObject
format properties.
Field Summary | |
---|---|
static int |
_location
|
static PictureFormatConditionFormulaType |
location
A graphic location formula format. |
Method Summary | |
---|---|
static PictureFormatConditionFormulaType |
from_int(int i)
Gets the PictureFormatConditionFormulaType represented by the specified integer. |
static PictureFormatConditionFormulaType |
from_string(java.lang.String sVal)
Gets the PictureFormatConditionFormulaType represented by the specified string. |
java.lang.String |
toString()
Returns a string representation of the formula type. |
int |
value()
Returns the integer value of the formula type. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int _location
public static final PictureFormatConditionFormulaType location
Method Detail |
---|
public static final PictureFormatConditionFormulaType from_int(int i)
PictureFormatConditionFormulaType
represented by the specified integer.
i
- the integer value to convert
i
public static final PictureFormatConditionFormulaType from_string(java.lang.String sVal)
PictureFormatConditionFormulaType
represented by the specified string.
sVal
- the string value to convert
sVal
public java.lang.String toString()
toString
in class java.lang.Object
public int value()
value
in class ConditionFormulaType
int
value of this condition formula type
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |