|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.definition.AreaSectionKind
public final class AreaSectionKind
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 |
---|
public static final int _invalid
Invalid report area type.
public static final int _reportHeader
Report header.
public static final int _pageHeader
Page header.
public static final int _groupHeader
Group header.
public static final int _detail
Details section.
public static final int _groupFooter
Group footer.
public static final int _pageFooter
Page footer.
public static final int _reportFooter
Report footer.
public static final int _wholeReport
Whole report.
public static final AreaSectionKind invalid
An AreaSectionKind
object that specifies an invalid report area type.
public static final AreaSectionKind reportHeader
An AreaSectionKind
object that specifies a report header.
public static final AreaSectionKind pageHeader
An AreaSectionKind
object that specifies a page header.
public static final AreaSectionKind groupHeader
An AreaSectionKind
object that specifies a group header.
public static final AreaSectionKind detail
An AreaSectionKind
object that specifies a details section.
public static final AreaSectionKind groupFooter
An AreaSectionKind
object that specifies a group footer.
public static final AreaSectionKind pageFooter
An AreaSectionKind
object that specifies a page footer.
public static final AreaSectionKind reportFooter
An AreaSectionKind
object that specifies a report footer.
public static final AreaSectionKind wholeReport
An AreaSectionKind
object that specifies the whole report.
Method Detail |
---|
public static final AreaSectionKind from_int(int i)
Returns the AreaSectionKind
object corresponding to the specified value.
i
- The int
value of the desired AreaSectionKind
object.
AreaSectionKind
object corresponding to the specified value.public static final AreaSectionKind from_string(java.lang.String sVal)
Returns the AreaSectionKind
object corresponding to the specified type.
sVal
- The String
value of the desired AreaSectionKind
object.
AreaSectionKind
object corresponding to the specified type.public java.lang.String toString()
Returns the String
value of this AreaSectionKind
object.
toString
in class java.lang.Object
String
value of this AreaSectionKind
object.public int value()
Returns the int
value of this AreaSectionKind
object.
int
value of this AreaSectionKind
object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |