com.businessobjects.rebean.wi
Class SkinReportElementType

java.lang.Object
  extended by com.businessobjects.rebean.wi.SkinReportElementType
All Implemented Interfaces:
java.io.Serializable

public final class SkinReportElementType
extends java.lang.Object
implements java.io.Serializable

Warning: This class is no longer functional from the SAP BusinessObjects 4.0 release onwards.

The SkinReportElementType class defines the elements in a report for which a Web Intelligence server supplies a Skin.

Call ReportEngine.getBackgroundSkins(SkinReportElementType) to retrieve an array of Skin objects available for a specific SkinReportElementType.

Since:
11.5
See Also:
Serialized Form

Field Summary
static int _BLOCK
          int value of BLOCK.value()
static int _CELL
          The int value of a CELL instance.
static int _REPORT
          The int value of REPORT.value()
static int _SECTION
          int value of SECTION.value()
static SkinReportElementType BLOCK
          Defines a block in a Web Intelligence report section.
static SkinReportElementType CELL
          Defines a cell in a Web Intelligence table.
static SkinReportElementType REPORT
          Defines a report in a Web Intelligence document.
static SkinReportElementType SECTION
          Defines a section of a Web Intelligence report.
 
Method Summary
static SkinReportElementType fromInt(int value)
          Returns a SkinReportElementType instance corresponding to an int value.
 java.lang.String toString()
          Returns the String value of this SkinReportElementType instance
 int value()
          Returns the int value of this SkinReportElementType instance.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_CELL

public static final int _CELL
The int value of a CELL instance.

See Also:
Constant Field Values

_BLOCK

public static final int _BLOCK
int value of BLOCK.value()

See Also:
Constant Field Values

_SECTION

public static final int _SECTION
int value of SECTION.value()

See Also:
Constant Field Values

_REPORT

public static final int _REPORT
The int value of REPORT.value()

See Also:
Constant Field Values

CELL

public static final SkinReportElementType CELL
Defines a cell in a Web Intelligence table.


BLOCK

public static final SkinReportElementType BLOCK
Defines a block in a Web Intelligence report section.


SECTION

public static final SkinReportElementType SECTION
Defines a section of a Web Intelligence report.


REPORT

public static final SkinReportElementType REPORT
Defines a report in a Web Intelligence document.

Note: a Web Intelligence document can contain more than one report and each report may have a different Skin.

Method Detail

value

public int value()
Returns the int value of this SkinReportElementType instance.

Returns:
the int value of this instance.

toString

public java.lang.String toString()
Returns the String value of this SkinReportElementType instance

Overrides:
toString in class java.lang.Object
Returns:
a String value of this SkinReportElementType instance.

fromInt

public static SkinReportElementType fromInt(int value)
Returns a SkinReportElementType instance corresponding to an int value.

Returns:
a SkinReportElementType instance corresponding to value, or null when value does not correspond to any SkinReportElementType