com.businessobjects.query
Interface Podium


public interface Podium

Specifies whether the "Top" n or "Bottom" n ranked results are returned.

See Also:
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

type

static final org.apache.xmlbeans.SchemaType type

Internal Use Only.


TOP

static final Podium.Enum TOP

The "Top" n ranked results.

See Also:
Rank

BOTTOM

static final Podium.Enum BOTTOM

The "Bottom" n ranked results.

See Also:
Rank

TOP_PERCENTAGE

static final Podium.Enum TOP_PERCENTAGE

The "Top" n% ranked results.

See Also:
Rank

BOTTOM_PERCENTAGE

static final Podium.Enum BOTTOM_PERCENTAGE

The "Bottom" n% ranked results.

See Also:
Rank

INT_TOP

static final int INT_TOP
Returns the int value corresponding to the "TOP" Podium

See Also:
Constant Field Values

INT_BOTTOM

static final int INT_BOTTOM
Returns the int value corresponding to the "BOTTOM" Podium

See Also:
Constant Field Values

INT_TOP_PERCENTAGE

static final int INT_TOP_PERCENTAGE
Returns the int value corresponding to the "TOP_PERCENTAGE" Podium

See Also:
Constant Field Values

INT_BOTTOM_PERCENTAGE

static final int INT_BOTTOM_PERCENTAGE
Returns the int value corresponding to the "BOTTOM_PERCENTAGE" Podium

See Also:
Constant Field Values
Method Detail

enumValue

org.apache.xmlbeans.StringEnumAbstractBase enumValue()

Internal Use Only.


set

void set(org.apache.xmlbeans.StringEnumAbstractBase e)

Internal Use Only.