com.businessobjects.rebean.wi
Class LovDisplayType

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

public class LovDisplayType
extends java.lang.Object
implements java.io.Serializable

LovDisplayType class defines all possible display mode for Lov.

Since:
11.5
See Also:
Serialized Form

Field Summary
static int _HIERARCHICAL
          int value of HIERARCHICAL.value().
static int _HIERARCHICAL_ANY_LEVEL
          int value of HIERARCHICAL_ANY_LEVEL.value().
static int _STANDARD
          int value of STANDARD.value().
static LovDisplayType HIERARCHICAL
          Hierarchical lov display mode.
static LovDisplayType HIERARCHICAL_ANY_LEVEL
          Hierarchical any level as display mode for lov.
static LovDisplayType STANDARD
          Standard lov display mode.
 
Method Summary
static LovDisplayType fromInt(int i)
          Returns the LovDisplayType instance of value.
 java.lang.String toString()
          Returns a String representation of this instance.
 int value()
          Returns the int value of this LovDisplayType instance.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_STANDARD

public static final int _STANDARD
int value of STANDARD.value().

See Also:
Constant Field Values

_HIERARCHICAL

public static final int _HIERARCHICAL
int value of HIERARCHICAL.value().

See Also:
Constant Field Values

_HIERARCHICAL_ANY_LEVEL

public static final int _HIERARCHICAL_ANY_LEVEL
int value of HIERARCHICAL_ANY_LEVEL.value().

See Also:
Constant Field Values

STANDARD

public static final LovDisplayType STANDARD
Standard lov display mode.


HIERARCHICAL

public static final LovDisplayType HIERARCHICAL
Hierarchical lov display mode.


HIERARCHICAL_ANY_LEVEL

public static final LovDisplayType HIERARCHICAL_ANY_LEVEL
Hierarchical any level as display mode for lov.

Method Detail

fromInt

public static LovDisplayType fromInt(int i)
Returns the LovDisplayType instance of value.

Parameters:
i - the int value
Returns:
the corresponging LovDisplayType
Throws:
java.lang.IllegalArgumentException - when there is no LovDisplayType for i

toString

public java.lang.String toString()
Returns a String representation of this instance.

Overrides:
toString in class java.lang.Object
Returns:
a String representation of this instance (for debug purposes).

value

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

Returns:
the int value of this LovDisplayType instance.