com.businessobjects.enterprise.crystalreport
Class CrystalReportRightEnum.Enum

java.lang.Object
  extended by org.apache.xmlbeans.StringEnumAbstractBase
      extended by com.businessobjects.enterprise.crystalreport.CrystalReportRightEnum.Enum
Enclosing interface:
CrystalReportRightEnum

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

Internal Use Only.


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


forInt

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