com.crystaldecisions.sdk.occa.report.lib
Class ReportObjectKind

java.lang.Object
  extended by com.crystaldecisions.sdk.occa.report.lib.ReportObjectKind

public final class ReportObjectKind
extends java.lang.Object

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

_invalid

public static final int _invalid

An invalid ReportObject.

See Also:
Constant Field Values

_field

public static final int _field

A field.

See Also:
Constant Field Values

_text

public static final int _text

A text object.

See Also:
Constant Field Values

_line

public static final int _line

A line.

See Also:
Constant Field Values

_box

public static final int _box

A box.

See Also:
Constant Field Values

_subreport

public static final int _subreport

A subreport.

See Also:
Constant Field Values

_picture

public static final int _picture

A picture.

See Also:
Constant Field Values

_chart

public static final int _chart

A chart.

See Also:
Constant Field Values

_crosstab

public static final int _crosstab

A Cross-Tab.

See Also:
Constant Field Values

_blobField

public static final int _blobField

A blob field.

See Also:
Constant Field Values

_map

public static final int _map

A map.

See Also:
Constant Field Values

_olapGrid

public static final int _olapGrid

An OLAP grid.

See Also:
Constant Field Values

_fieldHeading

public static final int _fieldHeading

A field heading.

See Also:
Constant Field Values

_flash

public static final int _flash

A flash object.

See Also:
Constant Field Values

invalid

public static final ReportObjectKind invalid

A ReportObjectKind object that specifies that the ReportObjectKind is invalid.


field

public static final ReportObjectKind field

A ReportObjectKind object that specifies a field.


text

public static final ReportObjectKind text

A ReportObjectKind object that specifies a text object.


line

public static final ReportObjectKind line

A ReportObjectKind object that specifies a line.


box

public static final ReportObjectKind box

A ReportObjectKind object that specifies a box.


subreport

public static final ReportObjectKind subreport

A ReportObjectKind object that specifies a subreport.


picture

public static final ReportObjectKind picture

A ReportObjectKind object that specifies a picture.


chart

public static final ReportObjectKind chart

A ReportObjectKind object that specifies a chart.


crosstab

public static final ReportObjectKind crosstab

A ReportObjectKind object that specifies a Cross-Tab.


blobField

public static final ReportObjectKind blobField

A ReportObjectKind object that specifies a blob field.


map

public static final ReportObjectKind map

A ReportObjectKind object that specifies a map.


olapGrid

public static final ReportObjectKind olapGrid

A ReportObjectKind object that specifies an OLAP grid.


fieldHeading

public static final ReportObjectKind fieldHeading

A ReportObjectKind object that specifies a field heading.


flash

public static final ReportObjectKind flash

A ReportObjectKind object that specifies a flash object.

Method Detail

from_int

public static final ReportObjectKind from_int(int i)

Returns a ReportObjectKind object corresponding to the specified value.

Parameters:
i - The int value of the ReportObjectKind object to be returned.
Returns:
A ReportObjectKind object corresponding to the specified value.

from_string

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

Returns a ReportObjectKind object corresponding to the specified type.

Parameters:
sVal - The String value of the ReportObjectKind object to be returned.
Returns:
A ReportObjectKind object corresponding to the specified type.

toString

public java.lang.String toString()

Returns the String value of this ReportObjectKind object.

Overrides:
toString in class java.lang.Object
Returns:
A String containing the type specified by this ReportObjectKind.

value

public int value()

Returns the value of this ReportObjectKind object.

Returns:
An int that specifies the value of this ReportObjectKind.