|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TrackDataViewMode
TrackDataViewMode interface defines the different view mode types. The track data can be applied to the entire document or on the current report.
TrackData| Nested Class Summary | |
|---|---|
static class |
TrackDataViewMode.Enum
Enumeration value class for com.businessobjects.dsws.reportengine.TrackDataViewMode. |
static class |
TrackDataViewMode.Factory
A class with methods for creating instances of the TrackDataViewMode type. |
| Field Summary | |
|---|---|
static TrackDataViewMode.Enum |
CURRENT_REPORT
Applies changes to the current report |
static TrackDataViewMode.Enum |
DOCUMENT
Applies changes to the entire document |
static int |
INT_CURRENT_REPORT
Returns the int value corresponding to the "CURRENT_REPORT" TrackDataViewMode |
static int |
INT_DOCUMENT
Returns the int value corresponding to the "DOCUMENT" TrackDataViewMode |
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 TrackDataViewMode.Enum DOCUMENT
static final TrackDataViewMode.Enum CURRENT_REPORT
static final int INT_DOCUMENT
static final int INT_CURRENT_REPORT
| 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 | ||||||||