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

All Superinterfaces:
ISeriesData

public interface IStockData
extends ISeriesData

Represents the data contained in the Stock Series


Method Summary
 java.lang.String getCloseExpr()
          Gets the expression of Close.
 java.lang.String getHighExpr()
          Gets the expression of High.
 java.lang.String getLowExpr()
          Gets the expression of Low.
 java.lang.String getOpenExpr()
          Gets the expression of Open.
 void setCloseExpr(java.lang.String expr)
          Sets the query expression of Close.
 void setHighExpr(java.lang.String expr)
          Sets the query expression of High.
 void setLowExpr(java.lang.String expr)
          Sets the query expression of Low.
 void setOpenExpr(java.lang.String expr)
          Sets the query expression of Open.
 

Method Detail

getOpenExpr

public java.lang.String getOpenExpr()
Gets the expression of Open.

Returns:
Open expression

getCloseExpr

public java.lang.String getCloseExpr()
Gets the expression of Close.

Returns:
Close expression

getHighExpr

public java.lang.String getHighExpr()
Gets the expression of High.

Returns:
High expression

getLowExpr

public java.lang.String getLowExpr()
Gets the expression of Low.

Returns:
Low expression

setHighExpr

public void setHighExpr(java.lang.String expr)
Sets the query expression of High.


setLowExpr

public void setLowExpr(java.lang.String expr)
Sets the query expression of Low.


setOpenExpr

public void setOpenExpr(java.lang.String expr)
Sets the query expression of Open.


setCloseExpr

public void setCloseExpr(java.lang.String expr)
Sets the query expression of Close.



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