com.businessobjects.enterprise.crystalreport
Class ReportServerTypeEnum

java.lang.Object
  extended bycom.businessobjects.enterprise.crystalreport.ReportServerTypeEnum
All Implemented Interfaces:
java.io.Serializable

public class ReportServerTypeEnum
extends java.lang.Object
implements java.io.Serializable

Specifies the Report Database Server Type.

See Also:
Serialized Form

Field Summary
static ReportServerTypeEnum crdb_odbc
          ODBC.
static ReportServerTypeEnum crdb_oracle
          Oracle.
static ReportServerTypeEnum crdb_p2sdb2
          DB2.
static ReportServerTypeEnum crdb_p2sifmx
          Informix.
static ReportServerTypeEnum crdb_p2ssyb10
          Sybase.
 
Method Summary
 boolean equals(java.lang.Object obj)
          Internal Use Only.
static ReportServerTypeEnum fromString(java.lang.String value)
          Internal Use Only.
static ReportServerTypeEnum fromValue(java.lang.String value)
          Internal Use Only.
 java.lang.String getValue()
          Internal Use Only.
 int hashCode()
          Internal Use Only.
 java.lang.Object readResolve()
          Internal Use Only.
 java.lang.String toString()
          Internal Use Only.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

crdb_odbc

public static final ReportServerTypeEnum crdb_odbc
ODBC.


crdb_oracle

public static final ReportServerTypeEnum crdb_oracle
Oracle.


crdb_p2sdb2

public static final ReportServerTypeEnum crdb_p2sdb2
DB2.


crdb_p2ssyb10

public static final ReportServerTypeEnum crdb_p2ssyb10
Sybase.


crdb_p2sifmx

public static final ReportServerTypeEnum crdb_p2sifmx
Informix.

Method Detail

getValue

public java.lang.String getValue()
Internal Use Only.


fromValue

public static ReportServerTypeEnum fromValue(java.lang.String value)
                                      throws java.lang.IllegalStateException
Internal Use Only.

Throws:
java.lang.IllegalStateException

fromString

public static ReportServerTypeEnum fromString(java.lang.String value)
                                       throws java.lang.IllegalStateException
Internal Use Only.

Throws:
java.lang.IllegalStateException

equals

public boolean equals(java.lang.Object obj)
Internal Use Only.


hashCode

public int hashCode()
Internal Use Only.


toString

public java.lang.String toString()
Internal Use Only.


readResolve

public java.lang.Object readResolve()
                             throws java.io.ObjectStreamException
Internal Use Only.

Throws:
java.io.ObjectStreamException