org.eclipse.birt.chart.script.api.series.data
Interface ISimpleData

All Superinterfaces:
ISeriesData

public interface ISimpleData
extends ISeriesData

Represents the data contained in the Series


Method Summary
 java.lang.String getExpr()
          Gets the expression.
 void setExpr(java.lang.String expr)
          Sets the expression
 

Method Detail

getExpr

java.lang.String getExpr()
Gets the expression.

Returns:
expression

setExpr

void setExpr(java.lang.String expr)
Sets the expression

Parameters:
expr - expression


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