|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.businessobjects.rebean.wi.LovType
public final class LovType
The type of a list of values.
Lov
,
Values
,
Serialized FormField Summary | |
---|---|
static int |
_Cube
Returns the int value corresponding to the "Cube" LovType |
static int |
_Data
Returns the int value corresponding to the "Data" LovType |
static int |
_Lov_drill
Returns the int value corresponding to the "Lov_drill" LovType |
static int |
_Lov_object
Returns the int value corresponding to the "Lov_object" LovType |
static LovType |
CUBE
A list of values in which the values are stored in a cube. |
static LovType |
DATA_SOURCE
A list of values in which the values come directly from the data source. |
static LovType |
LOV_DRILL
A list of values with the addition of Drill filters to those applied to the CUBE
LovType. |
static LovType |
LOV_OBJECT
LOV_OBJECT are lov already calculated and cached by the server on a previous call. |
Method Summary | |
---|---|
static LovType |
from_int(int value)
Gets the LovType corresponding to a particular value. |
java.lang.String |
toString()
Gets the LovType as a String. |
int |
value()
Returns the LovType as an integer value. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int _Cube
public static final LovType CUBE
DocumentInstance.getLOV(java.lang.String)
public static final int _Data
public static final LovType DATA_SOURCE
DocumentInstance.getLOV(String objID, LovType type)
public static final int _Lov_object
public static final LovType LOV_OBJECT
DocumentInstance.getLOV(String objID, LovType type)
public static final int _Lov_drill
public static final LovType LOV_DRILL
CUBE
LovType.
Method Detail |
---|
public int value()
public static LovType from_int(int value)
value
- the value which corresponds to a LovType
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 |