com.businessobjects.dsws.bicatalog
Class SortType.Enum

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

Deprecated. As of Business Objects XI Release 3.0. Use BIPlatform as a replacement.

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

Enumeration value class for com.businessobjects.dsws.bicatalog.SortType. These enum values can be used as follows:

 enum.toString(); 
 enum.intValue(); 
 
 Enum.forString(s); 
 Enum.forInt(i); 
Enumeration objects are immutable singleton objects that can be compared using == object equality. They have no public constructor. See the constants defined within this class for all the valid values.


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

forString

public static SortType.Enum forString(java.lang.String s)
Deprecated. 
Returns the enum value for a string, or null if none.

Returns:
the enum value for a string, or null if none.

forInt

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

Parameters:
i - The index position.
Returns:
the enum value corresponding to an int, or null if none.