Interface IDifferenceData
-
- All Superinterfaces:
ISeriesData
public interface IDifferenceData extends ISeriesData
Represents the data contained in the Difference Series
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getHighExpr()
Gets the query expression of High.java.lang.String
getLowExpr()
Gets the query expression of Low.void
setHighExpr(java.lang.String expr)
Sets the query expression of High.void
setLowExpr(java.lang.String expr)
Sets the query expression of Low.
-
-
-
Method Detail
-
getHighExpr
java.lang.String getHighExpr()
Gets the query expression of High.- Returns:
- High expression
-
getLowExpr
java.lang.String getLowExpr()
Gets the query expression of Low.- Returns:
- Low expression
-
setHighExpr
void setHighExpr(java.lang.String expr)
Sets the query expression of High.- Parameters:
High
- expression
-
setLowExpr
void setLowExpr(java.lang.String expr)
Sets the query expression of Low.- Parameters:
Low
- expression
-
-