|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.businessobjects.rebean.wi.ReportMode
public final class ReportMode
The ReportMode class provides a wrapper around the different report mode.
| 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 |
|---|
public static final int _Viewing
public static final ReportMode Viewing
public static final int _Analysis
public static final ReportMode Analysis
| Method Detail |
|---|
public int value()
int value of this ReportMode type
int value of this ReportMode typepublic static ReportMode from_int(int value)
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||