|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Podium
Specifies whether the "Top" n or "Bottom" n ranked results are returned.
Rank| Nested Class Summary | |
|---|---|
static class |
Podium.Enum
Enumeration value class for com.businessobjects.query.Podium. |
static class |
Podium.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
|---|---|
static Podium.Enum |
BOTTOM
The "Bottom" n ranked results. |
static Podium.Enum |
BOTTOM_PERCENTAGE
The "Bottom" n% ranked results. |
static int |
INT_BOTTOM
Returns the int value corresponding to the "BOTTOM" Podium |
static int |
INT_BOTTOM_PERCENTAGE
Returns the int value corresponding to the "BOTTOM_PERCENTAGE" Podium |
static int |
INT_TOP
Returns the int value corresponding to the "TOP" Podium |
static int |
INT_TOP_PERCENTAGE
Returns the int value corresponding to the "TOP_PERCENTAGE" Podium |
static Podium.Enum |
TOP
The "Top" n ranked results. |
static Podium.Enum |
TOP_PERCENTAGE
The "Top" n% ranked results. |
static org.apache.xmlbeans.SchemaType |
type
Internal Use Only. |
| Method Summary | |
|---|---|
org.apache.xmlbeans.StringEnumAbstractBase |
enumValue()
Internal Use Only. |
void |
set(org.apache.xmlbeans.StringEnumAbstractBase e)
Internal Use Only. |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
Internal Use Only.
static final Podium.Enum TOP
The "Top" n ranked results.
Rankstatic final Podium.Enum BOTTOM
The "Bottom" n ranked results.
Rankstatic final Podium.Enum TOP_PERCENTAGE
The "Top" n% ranked results.
Rankstatic final Podium.Enum BOTTOM_PERCENTAGE
The "Bottom" n% ranked results.
Rankstatic final int INT_TOP
static final int INT_BOTTOM
static final int INT_TOP_PERCENTAGE
static final int INT_BOTTOM_PERCENTAGE
| Method Detail |
|---|
org.apache.xmlbeans.StringEnumAbstractBase enumValue()
Internal Use Only.
void set(org.apache.xmlbeans.StringEnumAbstractBase e)
Internal Use Only.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||