com.businessobjects.rebean.wi
Class ReportEngines.ReportEngineType

java.lang.Object
  extended by com.businessobjects.rebean.wi.ReportEngines.ReportEngineType
Enclosing class:
ReportEngines

public static final class ReportEngines.ReportEngineType
extends java.lang.Object

A specific report engine type.

See Also:
ReportEngines.getService(ReportEngineType)

Field Summary
static int _FC_REPORT_ENGINE
          int value for ReportEngines.ReportEngineType.FC_REPORT_ENGINE.
static int _WI_REPORT_ENGINE
          int value for ReportEngines.ReportEngineType.WI_REPORT_ENGINE.
static ReportEngines.ReportEngineType FC_REPORT_ENGINE
          A Desktop Intelligence report engine type.
static ReportEngines.ReportEngineType WI_REPORT_ENGINE
          A Web Intelligence report engine type.
 
Method Summary
static ReportEngines.ReportEngineType fromInt(int value)
          A ReportEngineType instance corresponding to value.
 java.lang.String toString()
          Returns a String representation of the ReportEngineType.
 int value()
          Returns the int value of the ReportEngineType instance.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_WI_REPORT_ENGINE

public static final int _WI_REPORT_ENGINE
int value for ReportEngines.ReportEngineType.WI_REPORT_ENGINE.

See Also:
Constant Field Values

_FC_REPORT_ENGINE

public static final int _FC_REPORT_ENGINE
int value for ReportEngines.ReportEngineType.FC_REPORT_ENGINE.

See Also:
Constant Field Values

WI_REPORT_ENGINE

public static final ReportEngines.ReportEngineType WI_REPORT_ENGINE
A Web Intelligence report engine type. WI_REPORT_ENGINE is used when ReportEngines.getService(ReportEngineType) is called to create a ReportEngine instance for creating, viewing and editing Web Intelligence documents.


FC_REPORT_ENGINE

public static final ReportEngines.ReportEngineType FC_REPORT_ENGINE
A Desktop Intelligence report engine type. FC_REPORT_ENGINE is used when ReportEngines.getService(ReportEngineType) is called to create a ReportEngine instance for viewing Desktop Intelligence documents.

Method Detail

value

public int value()
Returns the int value of the ReportEngineType instance.

Returns:
The int value of the ReportEngineType instance.

toString

public java.lang.String toString()
Returns a String representation of the ReportEngineType.

This method is used for debug purposes only.

Overrides:
toString in class java.lang.Object
Returns:
A String representation of the ReportEngineType.

fromInt

public static ReportEngines.ReportEngineType fromInt(int value)
A ReportEngineType instance corresponding to value.

Parameters:
value - The int value to convert.
Returns:
A ReportEngineType instance corresponding to value. Returns null when value does not correspond to a ReportEngineType.