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

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

public final class FontColorConditionFormulaType
extends ConditionFormulaType

This class is used to specify the condition formula types for font.


Field Summary
static int _color
           Font color.
static int _name
           Font name.
static int _size
           Font size.
static int _strikeout
           Strikeout font.
static int _style
           Font style.
static int _underline
           Underlined font.
static FontColorConditionFormulaType color
           A FontColorConditionFormulaType object that specifies the font color.
static FontColorConditionFormulaType name
           A FontColorConditionFormulaType object that specifies the font name.
static FontColorConditionFormulaType size
           A FontColorConditionFormulaType object that specifies the font size.
static FontColorConditionFormulaType strikeout
           A FontColorConditionFormulaType object that specifies the strikeout font.
static FontColorConditionFormulaType style
           A FontColorConditionFormulaType object that specifies the font style.
static FontColorConditionFormulaType underline
           A FontColorConditionFormulaType object that specifies the underlined font.
 
Method Summary
static FontColorConditionFormulaType from_int(int i)
           Returns the FontColorConditionFormulaType object corresponding to the specified value.
static FontColorConditionFormulaType from_string(java.lang.String sVal)
           Returns the FontColorConditionFormulaType object corresponding to the specified type.
 java.lang.String toString()
           Returns the String value of this FontColorConditionFormulaType object.
 int value()
           Returns the int value of this FontColorConditionFormulaType object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_color

public static final int _color

Font color.

See Also:
Constant Field Values

_name

public static final int _name

Font name.

See Also:
Constant Field Values

_style

public static final int _style

Font style.

See Also:
Constant Field Values

_size

public static final int _size

Font size.

See Also:
Constant Field Values

_strikeout

public static final int _strikeout

Strikeout font.

See Also:
Constant Field Values

_underline

public static final int _underline

Underlined font.

See Also:
Constant Field Values

color

public static final FontColorConditionFormulaType color

A FontColorConditionFormulaType object that specifies the font color.


name

public static final FontColorConditionFormulaType name

A FontColorConditionFormulaType object that specifies the font name.


style

public static final FontColorConditionFormulaType style

A FontColorConditionFormulaType object that specifies the font style.


size

public static final FontColorConditionFormulaType size

A FontColorConditionFormulaType object that specifies the font size.


strikeout

public static final FontColorConditionFormulaType strikeout

A FontColorConditionFormulaType object that specifies the strikeout font.


underline

public static final FontColorConditionFormulaType underline

A FontColorConditionFormulaType object that specifies the underlined font.

Method Detail

from_int

public static final FontColorConditionFormulaType from_int(int i)

Returns the FontColorConditionFormulaType object corresponding to the specified value.

Parameters:
i - The int value of the desired FontColorConditionFormulaType object.
Returns:
The FontColorConditionFormulaType object corresponding to the specified value.

from_string

public static final FontColorConditionFormulaType from_string(java.lang.String sVal)

Returns the FontColorConditionFormulaType object corresponding to the specified type.

Parameters:
sVal - The String value of the desired FontColorConditionFormulaType object.
Returns:
The FontColorConditionFormulaType object corresponding to the specified type.

toString

public java.lang.String toString()

Returns the String value of this FontColorConditionFormulaType object.

Overrides:
toString in class java.lang.Object
Returns:
The String value of this FontColorConditionFormulaType object.

value

public int value()

Returns the int value of this FontColorConditionFormulaType object.

Overrides:
value in class ConditionFormulaType
Returns:
The int value of this FontColorConditionFormulaType object.