|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.xmlbeans.StringEnumAbstractBase
com.businessobjects.dsws.bicatalog.SortType.Enum
BIPlatform as a replacement.
public static final class SortType.Enum
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 |
|---|
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table
| Method Detail |
|---|
public static SortType.Enum forString(java.lang.String s)
enum value for a string, or null if none.
public static SortType.Enum forInt(int i)
i - The index position.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||