com.businessobjects.dsws.reportengine
Class ObjectQualification.Enum

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

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

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


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


forInt

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