com.crystaldecisions.sdk.occa.report.definition
Class ObjectReplacementConditionFormulaType

java.lang.Object
  extended by com.crystaldecisions.sdk.occa.report.data.ConditionFormulaType
      extended by com.crystaldecisions.sdk.occa.report.definition.ObjectReplacementConditionFormulaType

public class ObjectReplacementConditionFormulaType
extends ConditionFormulaType

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

_leftPosition

public static final int _leftPosition
See Also:
Constant Field Values

_width

public static final int _width
See Also:
Constant Field Values

leftPosition

public static final ObjectReplacementConditionFormulaType leftPosition

width

public static final ObjectReplacementConditionFormulaType width
Method Detail

from_int

public static final ObjectReplacementConditionFormulaType from_int(int i)
Gets the ObjectReplacementConditionFormulaType represented by the specified integer.

Parameters:
i - the integer value to convert
Returns:
the formula type that matches the given integer, i

from_string

public static final ObjectReplacementConditionFormulaType from_string(java.lang.String sVal)
Gets the ObjectReplacementConditionFormulaType represented by the specified string.

Parameters:
sVal - the string value to convert
Returns:
the formula type that matches the given string, sVal

toString

public java.lang.String toString()
Returns a string representation of the formula type.

Overrides:
toString in class java.lang.Object

value

public int value()
Returns the integer value of the formula type.

Overrides:
value in class ConditionFormulaType
Returns:
the int value of this condition formula type