com.businessobjects.query
Interface SamplingMode


public interface SamplingMode

SamplingMode defines the mode of data sampling

Since:
12.0
See Also:
Sampling

Nested Class Summary
static class SamplingMode.Enum
          Enumeration value class for com.businessobjects.query.SamplingMode.
static class SamplingMode.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static SamplingMode.Enum FREE_RANDOM
          Sampling Mode of Type FREE_RANDOM.
static int INT_FREE_RANDOM
          Returns the int value corresponding to the "FREE_RANDOM" SamplingMode
static int INT_NONE
          Returns the int value corresponding to the "NONE" SamplingMode
static int INT_REPEATABLE_RANDOM
          Returns the int value corresponding to the "REPEATABLE_RANDOM" SamplingMode
static SamplingMode.Enum NONE
          Sampling Mode of Type NONE.
static SamplingMode.Enum REPEATABLE_RANDOM
          Sampling Mode of Type REPEATABLE_RANDOM.
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.


NONE

static final SamplingMode.Enum NONE
Sampling Mode of Type NONE. Result will not be a Sampled one.


FREE_RANDOM

static final SamplingMode.Enum FREE_RANDOM
Sampling Mode of Type FREE_RANDOM. Sampled Result will be Random Order.


REPEATABLE_RANDOM

static final SamplingMode.Enum REPEATABLE_RANDOM
Sampling Mode of Type REPEATABLE_RANDOM. Sampled Result will be Random Order and the same sampled result is returned for every refreshing.


INT_NONE

static final int INT_NONE
Returns the int value corresponding to the "NONE" SamplingMode

See Also:
Constant Field Values

INT_FREE_RANDOM

static final int INT_FREE_RANDOM
Returns the int value corresponding to the "FREE_RANDOM" SamplingMode

See Also:
Constant Field Values

INT_REPEATABLE_RANDOM

static final int INT_REPEATABLE_RANDOM
Returns the int value corresponding to the "REPEATABLE_RANDOM" SamplingMode

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.