org.eclipse.birt.chart.model.data
Interface OrthogonalSampleData

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
OrthogonalSampleDataImpl

public interface OrthogonalSampleData
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Orthogonal Sample Data'. This type sample data for an orthogonal series.

The following features are supported:

See Also:
DataPackage.getOrthogonalSampleData()

Method Summary
 java.lang.String getDataSetRepresentation()
          Returns the value of the 'Data Set Representation' attribute.
 int getSeriesDefinitionIndex()
          Returns the value of the 'Series Definition Index' attribute.
 boolean isSetSeriesDefinitionIndex()
          Returns whether the value of the 'Series Definition Index' attribute is set.
 void setDataSetRepresentation(java.lang.String value)
          Sets the value of the 'Data Set Representation' attribute.
 void setSeriesDefinitionIndex(int value)
          Sets the value of the 'Series Definition Index' attribute.
 void unsetSeriesDefinitionIndex()
          Unsets the value of the 'Series Definition Index' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getDataSetRepresentation

public java.lang.String getDataSetRepresentation()
Returns the value of the 'Data Set Representation' attribute. Holds the sample data for a single data set as a string in the form expected by the DataSetProcessor for the series.

Returns:
the value of the 'Data Set Representation' attribute.
See Also:
setDataSetRepresentation(String), DataPackage.getOrthogonalSampleData_DataSetRepresentation()

setDataSetRepresentation

public void setDataSetRepresentation(java.lang.String value)
Sets the value of the 'Data Set Representation' attribute.

Parameters:
value - the new value of the 'Data Set Representation' attribute.
See Also:
getDataSetRepresentation()

getSeriesDefinitionIndex

public int getSeriesDefinitionIndex()
Returns the value of the 'Series Definition Index' attribute. Holds the index for the series definition for which this sample data is applicable.

Returns:
the value of the 'Series Definition Index' attribute.
See Also:
isSetSeriesDefinitionIndex(), unsetSeriesDefinitionIndex(), setSeriesDefinitionIndex(int), DataPackage.getOrthogonalSampleData_SeriesDefinitionIndex()

setSeriesDefinitionIndex

public void setSeriesDefinitionIndex(int value)
Sets the value of the 'Series Definition Index' attribute.

Parameters:
value - the new value of the 'Series Definition Index' attribute.
See Also:
isSetSeriesDefinitionIndex(), unsetSeriesDefinitionIndex(), getSeriesDefinitionIndex()

unsetSeriesDefinitionIndex

public void unsetSeriesDefinitionIndex()
Unsets the value of the 'Series Definition Index' attribute.

See Also:
isSetSeriesDefinitionIndex(), getSeriesDefinitionIndex(), setSeriesDefinitionIndex(int)

isSetSeriesDefinitionIndex

public boolean isSetSeriesDefinitionIndex()
Returns whether the value of the 'Series Definition Index' attribute is set.

Returns:
whether the value of the 'Series Definition Index' attribute is set.
See Also:
unsetSeriesDefinitionIndex(), getSeriesDefinitionIndex(), setSeriesDefinitionIndex(int)


Copyright © 2005-2007 Actuate Corp. All rights reserved.