com.businessobjects.rebean.wi
Class ReportMode

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

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

The ReportMode class provides a wrapper around the different report mode.

See Also:
Serialized Form

Field Summary
static int _Analysis
          Returns the int value corresponding to "Analysis" ReportMode
static int _Viewing
          Returns the int value corresponding to "Viewing" ReportMode
static ReportMode Analysis
          Analysis mode (Drill)
static ReportMode Viewing
          Viewing mode
 
Method Summary
static ReportMode from_int(int value)
          Returns a ReportMode instance corresponding to the integer value passed as a parameter.
 java.lang.String toString()
          Gets the String value of ReportMode type
 int value()
          Returns the int value of this ReportMode type
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_Viewing

public static final int _Viewing
Returns the int value corresponding to "Viewing" ReportMode

See Also:
Constant Field Values

Viewing

public static final ReportMode Viewing
Viewing mode


_Analysis

public static final int _Analysis
Returns the int value corresponding to "Analysis" ReportMode

See Also:
Constant Field Values

Analysis

public static final ReportMode Analysis
Analysis mode (Drill)

Method Detail

value

public int value()
Returns the int value of this ReportMode type

Returns:
the int value of this ReportMode type

from_int

public static ReportMode from_int(int value)
Returns a ReportMode instance corresponding to the integer value passed as a parameter.


toString

public java.lang.String toString()
Gets the String value of ReportMode type

Overrides:
toString in class java.lang.Object