|
|||||||||
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.ObjectReplacementConditionFormulaType
public class ObjectReplacementConditionFormulaType
This class contains constants that specify the condition formula type for
ReportObject
property replacement. These condition formula types
are used to override the object's size and position.
Field Summary | |
---|---|
static int |
_leftPosition
|
static int |
_width
|
static ObjectReplacementConditionFormulaType |
leftPosition
|
static ObjectReplacementConditionFormulaType |
width
|
Method Summary | |
---|---|
static ObjectReplacementConditionFormulaType |
from_int(int i)
Gets the ObjectReplacementConditionFormulaType represented by the specified integer. |
static ObjectReplacementConditionFormulaType |
from_string(java.lang.String sVal)
Gets the ObjectReplacementConditionFormulaType 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 _leftPosition
public static final int _width
public static final ObjectReplacementConditionFormulaType leftPosition
public static final ObjectReplacementConditionFormulaType width
Method Detail |
---|
public static final ObjectReplacementConditionFormulaType from_int(int i)
ObjectReplacementConditionFormulaType
represented by the specified integer.
i
- the integer value to convert
i
public static final ObjectReplacementConditionFormulaType from_string(java.lang.String sVal)
ObjectReplacementConditionFormulaType
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 |