|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.xmlbeans.StringEnumAbstractBase
com.businessobjects.query.QueryScopeLevel.Enum
public static final class QueryScopeLevel.Enum
Enumeration value class for com.businessobjects.query.QueryScopeLevel. These enum values can be used as follows:
enum.toString(); // returns the string value of the enum enum.intValue(); // returns an int value, useful for switches // e.g., case Enum.INT_NONE Enum.forString(s); // returns the enum value for a string Enum.forInt(i); // returns the enum value for an intEnumeration 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
Internal Use Only. |
| Method Summary | |
|---|---|
static QueryScopeLevel.Enum |
forInt(int i)
Returns the enum value corresponding to an int, or null if none. |
static QueryScopeLevel.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 |
|---|
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table
Internal Use Only.
| Method Detail |
|---|
public static QueryScopeLevel.Enum forString(java.lang.String s)
public static QueryScopeLevel.Enum forInt(int i)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||