com.businessobjects.dsws.reportengine
Interface TrackDataViewMode


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.

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

type

static final org.apache.xmlbeans.SchemaType type

Internal Use Only.


DOCUMENT

static final TrackDataViewMode.Enum DOCUMENT
Applies changes to the entire document


CURRENT_REPORT

static final TrackDataViewMode.Enum CURRENT_REPORT
Applies changes to the current report


INT_DOCUMENT

static final int INT_DOCUMENT
Returns the int value corresponding to the "DOCUMENT" TrackDataViewMode

See Also:
Constant Field Values

INT_CURRENT_REPORT

static final int INT_CURRENT_REPORT
Returns the int value corresponding to the "CURRENT_REPORT" TrackDataViewMode

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