com.businessobjects.datasourceparameter
Class DataSourceParameterType.Enum

java.lang.Object
  extended by org.apache.xmlbeans.StringEnumAbstractBase
      extended by com.businessobjects.datasourceparameter.DataSourceParameterType.Enum
Enclosing interface:
DataSourceParameterType

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

Enumeration value class for com.businessobjects.datasourceparameter.DataSourceParameterType.


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


forInt

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