|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.lib.ReportObjectKind
public final class ReportObjectKind
This class defines constants that specify the type of a
ReportObject
object.
Field Summary | |
---|---|
static int |
_blobField
A blob field. |
static int |
_box
A box. |
static int |
_chart
A chart. |
static int |
_crosstab
A Cross-Tab. |
static int |
_field
A field. |
static int |
_fieldHeading
A field heading. |
static int |
_flash
A flash object. |
static int |
_invalid
An invalid ReportObject . |
static int |
_line
A line. |
static int |
_map
A map. |
static int |
_olapGrid
An OLAP grid. |
static int |
_picture
A picture. |
static int |
_subreport
A subreport. |
static int |
_text
A text object. |
static ReportObjectKind |
blobField
A ReportObjectKind object that specifies a blob field. |
static ReportObjectKind |
box
A ReportObjectKind object that specifies a box. |
static ReportObjectKind |
chart
A ReportObjectKind object that specifies a chart. |
static ReportObjectKind |
crosstab
A ReportObjectKind object that specifies a Cross-Tab. |
static ReportObjectKind |
field
A ReportObjectKind object that specifies a field. |
static ReportObjectKind |
fieldHeading
A ReportObjectKind object that specifies a field heading. |
static ReportObjectKind |
flash
A ReportObjectKind object that specifies a flash object. |
static ReportObjectKind |
invalid
A ReportObjectKind object that specifies that the ReportObjectKind is invalid. |
static ReportObjectKind |
line
A ReportObjectKind object that specifies a line. |
static ReportObjectKind |
map
A ReportObjectKind object that specifies a map. |
static ReportObjectKind |
olapGrid
A ReportObjectKind object that specifies an OLAP grid. |
static ReportObjectKind |
picture
A ReportObjectKind object that specifies a picture. |
static ReportObjectKind |
subreport
A ReportObjectKind object that specifies a subreport. |
static ReportObjectKind |
text
A ReportObjectKind object that specifies a text object. |
Method Summary | |
---|---|
static ReportObjectKind |
from_int(int i)
Returns a ReportObjectKind object corresponding to the specified value. |
static ReportObjectKind |
from_string(java.lang.String sVal)
Returns a ReportObjectKind object corresponding to the specified type. |
java.lang.String |
toString()
Returns the String value of this ReportObjectKind object. |
int |
value()
Returns the value of this ReportObjectKind object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int _invalid
An invalid ReportObject
.
public static final int _field
A field.
public static final int _text
A text object.
public static final int _line
A line.
public static final int _box
A box.
public static final int _subreport
A subreport.
public static final int _picture
A picture.
public static final int _chart
A chart.
public static final int _crosstab
A Cross-Tab.
public static final int _blobField
A blob field.
public static final int _map
A map.
public static final int _olapGrid
An OLAP grid.
public static final int _fieldHeading
A field heading.
public static final int _flash
A flash object.
public static final ReportObjectKind invalid
A ReportObjectKind
object that specifies that the ReportObjectKind
is invalid.
public static final ReportObjectKind field
A ReportObjectKind
object that specifies a field.
public static final ReportObjectKind text
A ReportObjectKind
object that specifies a text object.
public static final ReportObjectKind line
A ReportObjectKind
object that specifies a line.
public static final ReportObjectKind box
A ReportObjectKind
object that specifies a box.
public static final ReportObjectKind subreport
A ReportObjectKind
object that specifies a subreport.
public static final ReportObjectKind picture
A ReportObjectKind
object that specifies a picture.
public static final ReportObjectKind chart
A ReportObjectKind
object that specifies a chart.
public static final ReportObjectKind crosstab
A ReportObjectKind
object that specifies a Cross-Tab.
public static final ReportObjectKind blobField
A ReportObjectKind
object that specifies a blob field.
public static final ReportObjectKind map
A ReportObjectKind
object that specifies a map.
public static final ReportObjectKind olapGrid
A ReportObjectKind
object that specifies an OLAP grid.
public static final ReportObjectKind fieldHeading
A ReportObjectKind
object that specifies a field heading.
public static final ReportObjectKind flash
A ReportObjectKind
object that specifies a flash object.
Method Detail |
---|
public static final ReportObjectKind from_int(int i)
Returns a ReportObjectKind
object corresponding to the specified value.
i
- The int
value of the ReportObjectKind
object to be
returned.
ReportObjectKind
object corresponding to the specified value.public static final ReportObjectKind from_string(java.lang.String sVal)
Returns a ReportObjectKind
object corresponding to the specified type.
sVal
- The String
value of the ReportObjectKind
object to be
returned.
ReportObjectKind
object corresponding to the specified type.public java.lang.String toString()
Returns the String
value of this ReportObjectKind
object.
toString
in class java.lang.Object
String
containing the type specified by this ReportObjectKind
.public int value()
Returns the value of this ReportObjectKind
object.
int
that specifies the value of this ReportObjectKind
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |