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

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

public final class BorderConditionFormulaType
extends ConditionFormulaType

This class is used to specify the border condition formula type.


Field Summary
static int _backgroundColor
           Background color.
static int _borderColor
           Border color.
static int _bottomLineStyle
           Bottom line style.
static int _hasDropShadow
           Has drop shadow.
static int _leftLineStyle
           Left line style.
static int _rightLineStyle
           Right line style.
static int _tightHorizontal
           Tight horizontally.
static int _tightVertical
          Deprecated. Not supported.
static int _topLineStyle
           Top line style.
static BorderConditionFormulaType backgroundColor
           A BorderConditionFormulaType object that specifies the background color.
static BorderConditionFormulaType borderColor
           A BorderConditionFormulaType object that specifies the border color.
static BorderConditionFormulaType bottomLineStyle
           A BorderConditionFormulaType object that specifies the bottom line style.
static BorderConditionFormulaType hasDropShadow
           A BorderConditionFormulaType object that specifies the border has a drop shadow.
static BorderConditionFormulaType leftLineStyle
           A BorderConditionFormulaType object that specifies the left line style.
static BorderConditionFormulaType rightLineStyle
           A BorderConditionFormulaType object that specifies the right line style.
static BorderConditionFormulaType tightHorizontal
           A BorderConditionFormulaType object that specifies tight horizontally.
static BorderConditionFormulaType tightVertical
          Deprecated. Not supported.
static BorderConditionFormulaType topLineStyle
           A BorderConditionFormulaType object that specifies the top line style.
 
Method Summary
static BorderConditionFormulaType from_int(int i)
           Returns the BorderConditionFormulaType object corresponding to the specified value.
static BorderConditionFormulaType from_string(java.lang.String sVal)
           Returns the BorderConditionFormulaType object corresponding to the specified type.
 java.lang.String toString()
           Returns the String value of this BorderConditionFormulaType object.
 int value()
           Returns the int value of this BorderConditionFormulaType object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_leftLineStyle

public static final int _leftLineStyle

Left line style.

See Also:
Constant Field Values

_rightLineStyle

public static final int _rightLineStyle

Right line style.

See Also:
Constant Field Values

_topLineStyle

public static final int _topLineStyle

Top line style.

See Also:
Constant Field Values

_bottomLineStyle

public static final int _bottomLineStyle

Bottom line style.

See Also:
Constant Field Values

_hasDropShadow

public static final int _hasDropShadow

Has drop shadow.

See Also:
Constant Field Values

_backgroundColor

public static final int _backgroundColor

Background color.

See Also:
Constant Field Values

_borderColor

public static final int _borderColor

Border color.

See Also:
Constant Field Values

_tightHorizontal

public static final int _tightHorizontal

Tight horizontally.

See Also:
Constant Field Values

_tightVertical

public static final int _tightVertical
Deprecated. Not supported.
See Also:
Constant Field Values

leftLineStyle

public static final BorderConditionFormulaType leftLineStyle

A BorderConditionFormulaType object that specifies the left line style.


rightLineStyle

public static final BorderConditionFormulaType rightLineStyle

A BorderConditionFormulaType object that specifies the right line style.


topLineStyle

public static final BorderConditionFormulaType topLineStyle

A BorderConditionFormulaType object that specifies the top line style.


bottomLineStyle

public static final BorderConditionFormulaType bottomLineStyle

A BorderConditionFormulaType object that specifies the bottom line style.


hasDropShadow

public static final BorderConditionFormulaType hasDropShadow

A BorderConditionFormulaType object that specifies the border has a drop shadow.


backgroundColor

public static final BorderConditionFormulaType backgroundColor

A BorderConditionFormulaType object that specifies the background color.


borderColor

public static final BorderConditionFormulaType borderColor

A BorderConditionFormulaType object that specifies the border color.


tightHorizontal

public static final BorderConditionFormulaType tightHorizontal

A BorderConditionFormulaType object that specifies tight horizontally.


tightVertical

public static final BorderConditionFormulaType tightVertical
Deprecated. Not supported.
Method Detail

from_int

public static final BorderConditionFormulaType from_int(int i)

Returns the BorderConditionFormulaType object corresponding to the specified value.

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

from_string

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

Returns the BorderConditionFormulaType object corresponding to the specified type.

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

toString

public java.lang.String toString()

Returns the String value of this BorderConditionFormulaType object.

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

value

public int value()

Returns the int value of this BorderConditionFormulaType object.

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