com.businessobjects.dsws.reportengine
Interface RetrieveTrackData


public interface RetrieveTrackData

RetrieveTrackData interface is used to retrieve the TrackDatainformation.

Since:
12.0
See Also:
TrackData, RetrieveData

Nested Class Summary
static class RetrieveTrackData.Factory
          A class with methods for creating instances of the RetrieveTrackData type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
          Internal Use Only.
 
Method Summary
 TrackDataViewMode.Enum getTrackDataViewMode()
          Gets the TrackData information from the document or from the current report
 void setTrackDataViewMode(TrackDataViewMode.Enum trackDataViewMode)
          Internal use only
 TrackDataViewMode xgetTrackDataViewMode()
          Internal use only
 void xsetTrackDataViewMode(TrackDataViewMode trackDataViewMode)
          Internal use only
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type

Internal Use Only.

Method Detail

getTrackDataViewMode

TrackDataViewMode.Enum getTrackDataViewMode()
Gets the TrackData information from the document or from the current report

Returns:
the TrackDataViewMode instance

xgetTrackDataViewMode

TrackDataViewMode xgetTrackDataViewMode()

Internal use only


setTrackDataViewMode

void setTrackDataViewMode(TrackDataViewMode.Enum trackDataViewMode)

Internal use only


xsetTrackDataViewMode

void xsetTrackDataViewMode(TrackDataViewMode trackDataViewMode)

Internal use only