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

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

public final class AreaSectionKind
extends java.lang.Object

This class specifies the area in the report in which the chart is located.


Field Summary
static int _detail
           Details section.
static int _groupFooter
           Group footer.
static int _groupHeader
           Group header.
static int _invalid
           Invalid report area type.
static int _pageFooter
           Page footer.
static int _pageHeader
           Page header.
static int _reportFooter
           Report footer.
static int _reportHeader
           Report header.
static int _wholeReport
           Whole report.
static AreaSectionKind detail
           An AreaSectionKind object that specifies a details section.
static AreaSectionKind groupFooter
           An AreaSectionKind object that specifies a group footer.
static AreaSectionKind groupHeader
           An AreaSectionKind object that specifies a group header.
static AreaSectionKind invalid
           An AreaSectionKind object that specifies an invalid report area type.
static AreaSectionKind pageFooter
           An AreaSectionKind object that specifies a page footer.
static AreaSectionKind pageHeader
           An AreaSectionKind object that specifies a page header.
static AreaSectionKind reportFooter
           An AreaSectionKind object that specifies a report footer.
static AreaSectionKind reportHeader
           An AreaSectionKind object that specifies a report header.
static AreaSectionKind wholeReport
           An AreaSectionKind object that specifies the whole report.
 
Method Summary
static AreaSectionKind from_int(int i)
           Returns the AreaSectionKind object corresponding to the specified value.
static AreaSectionKind from_string(java.lang.String sVal)
           Returns the AreaSectionKind object corresponding to the specified type.
 java.lang.String toString()
           Returns the String value of this AreaSectionKind object.
 int value()
           Returns the int value of this AreaSectionKind object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_invalid

public static final int _invalid

Invalid report area type.

See Also:
Constant Field Values

_reportHeader

public static final int _reportHeader

Report header.

See Also:
Constant Field Values

_pageHeader

public static final int _pageHeader

Page header.

See Also:
Constant Field Values

_groupHeader

public static final int _groupHeader

Group header.

See Also:
Constant Field Values

_detail

public static final int _detail

Details section.

See Also:
Constant Field Values

_groupFooter

public static final int _groupFooter

Group footer.

See Also:
Constant Field Values

_pageFooter

public static final int _pageFooter

Page footer.

See Also:
Constant Field Values

_reportFooter

public static final int _reportFooter

Report footer.

See Also:
Constant Field Values

_wholeReport

public static final int _wholeReport

Whole report.

See Also:
Constant Field Values

invalid

public static final AreaSectionKind invalid

An AreaSectionKind object that specifies an invalid report area type.


reportHeader

public static final AreaSectionKind reportHeader

An AreaSectionKind object that specifies a report header.


pageHeader

public static final AreaSectionKind pageHeader

An AreaSectionKind object that specifies a page header.


groupHeader

public static final AreaSectionKind groupHeader

An AreaSectionKind object that specifies a group header.


detail

public static final AreaSectionKind detail

An AreaSectionKind object that specifies a details section.


groupFooter

public static final AreaSectionKind groupFooter

An AreaSectionKind object that specifies a group footer.


pageFooter

public static final AreaSectionKind pageFooter

An AreaSectionKind object that specifies a page footer.


reportFooter

public static final AreaSectionKind reportFooter

An AreaSectionKind object that specifies a report footer.


wholeReport

public static final AreaSectionKind wholeReport

An AreaSectionKind object that specifies the whole report.

Method Detail

from_int

public static final AreaSectionKind from_int(int i)

Returns the AreaSectionKind object corresponding to the specified value.

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

from_string

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

Returns the AreaSectionKind object corresponding to the specified type.

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

toString

public java.lang.String toString()

Returns the String value of this AreaSectionKind object.

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

value

public int value()

Returns the int value of this AreaSectionKind object.

Returns:
The int value of this AreaSectionKind object.