com.businessobjects.dsws.reportengine
Class PromptLOVRetrievalMode.Enum

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

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

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


Field Summary
static org.apache.xmlbeans.StringEnumAbstractBase.Table table
          Internal Use Only.
 
Method Summary
static PromptLOVRetrievalMode.Enum forInt(int i)
          Returns the enum value corresponding to an int, or null if none.
static PromptLOVRetrievalMode.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 PromptLOVRetrievalMode.Enum forString(java.lang.String s)
Returns the enum value for a string, or null if none.


forInt

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