com.businessobjects.dsws.reportengine
Class DrillLOVRetrievalMode.Enum

java.lang.Object
  extended by org.apache.xmlbeans.StringEnumAbstractBase
      extended by com.businessobjects.dsws.reportengine.DrillLOVRetrievalMode.Enum
Enclosing interface:
DrillLOVRetrievalMode

public static final class DrillLOVRetrievalMode.Enum
extends org.apache.xmlbeans.StringEnumAbstractBase

Enumeration value class for com.businessobjects.dsws.reportengine.DrillLOVRetrievalMode.


Field Summary
static org.apache.xmlbeans.StringEnumAbstractBase.Table table
          Internal Use Only.
 
Method Summary
static DrillLOVRetrievalMode.Enum forInt(int i)
          Returns the enum value corresponding to an int, or null if none.
static DrillLOVRetrievalMode.Enum forString(java.lang.String s)
          Returns the enum value for a string, or null if none.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

table

public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table

Internal Use Only.

Method Detail

forString

public static DrillLOVRetrievalMode.Enum forString(java.lang.String s)
Returns the enum value for a string, or null if none.


forInt

public static DrillLOVRetrievalMode.Enum forInt(int i)
Returns the enum value corresponding to an int, or null if none.