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

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

public final class PageMarginConditionFormulaType
extends ConditionFormulaType

Specifies the type of page margin condition formula.


Field Summary
static int _bottom
           Condition formula for the bottom margin of the report.
static int _left
           Condition formula for the left margin of the report.
static int _right
           Condition formula for the right margin of the report.
static int _top
           Condition formula for the top margin of the report.
static PageMarginConditionFormulaType bottom
           A PageMarginConditionFormulaType object that specifies the condition formula for the bottom margin of the report.
static PageMarginConditionFormulaType left
           A PageMarginConditionFormulaType object that specifies the condition formula for the left margin of the report.
static PageMarginConditionFormulaType right
           A PageMarginConditionFormulaType object that specifies formula the condition for the right margin of the report.
static PageMarginConditionFormulaType top
           A PageMarginConditionFormulaType object that specifies the condition formula for the top margin of the report.
 
Method Summary
static PageMarginConditionFormulaType from_int(int value)
           Returns the PageMarginConditionFormulaType object corresponding to the specified value.
static PageMarginConditionFormulaType from_string(java.lang.String sVal)
           Returns the PageMarginConditionFormulaType object corresponding to the specified type.
 java.lang.String toString()
           Returns the String value of this PageMarginConditionFormulaType object.
 int value()
           Returns the int value of this PageMarginConditionFormulaType object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_top

public static final int _top

Condition formula for the top margin of the report.

See Also:
Constant Field Values

_bottom

public static final int _bottom

Condition formula for the bottom margin of the report.

See Also:
Constant Field Values

_left

public static final int _left

Condition formula for the left margin of the report.

See Also:
Constant Field Values

_right

public static final int _right

Condition formula for the right margin of the report.

See Also:
Constant Field Values

top

public static final PageMarginConditionFormulaType top

A PageMarginConditionFormulaType object that specifies the condition formula for the top margin of the report.


bottom

public static final PageMarginConditionFormulaType bottom

A PageMarginConditionFormulaType object that specifies the condition formula for the bottom margin of the report.


left

public static final PageMarginConditionFormulaType left

A PageMarginConditionFormulaType object that specifies the condition formula for the left margin of the report.


right

public static final PageMarginConditionFormulaType right

A PageMarginConditionFormulaType object that specifies formula the condition for the right margin of the report.

Method Detail

from_int

public static final PageMarginConditionFormulaType from_int(int value)

Returns the PageMarginConditionFormulaType object corresponding to the specified value.

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

from_string

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

Returns the PageMarginConditionFormulaType object corresponding to the specified type.

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

toString

public java.lang.String toString()

Returns the String value of this PageMarginConditionFormulaType object.

Returns:
The String value of this PageMarginConditionFormulaType object.

value

public int value()

Returns the int value of this PageMarginConditionFormulaType object.

Returns:
The int value of this PageMarginConditionFormulaType object.