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

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

Returns:
expression

setExpr

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

Parameters:
expr - expression


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