|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SamplingMode
SamplingMode defines the mode of data sampling
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 |
|---|
static final org.apache.xmlbeans.SchemaType type
Internal Use Only.
static final SamplingMode.Enum NONE
static final SamplingMode.Enum FREE_RANDOM
static final SamplingMode.Enum REPEATABLE_RANDOM
static final int INT_NONE
static final int INT_FREE_RANDOM
static final int INT_REPEATABLE_RANDOM
| 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 | ||||||||