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

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

public class PictureFormatConditionFormulaType
extends ConditionFormulaType

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

_location

public static final int _location
See Also:
Constant Field Values

location

public static final PictureFormatConditionFormulaType location
A graphic location formula format.

Method Detail

from_int

public static final PictureFormatConditionFormulaType from_int(int i)
Gets the PictureFormatConditionFormulaType 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 PictureFormatConditionFormulaType from_string(java.lang.String sVal)
Gets the PictureFormatConditionFormulaType 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