Interface IRealStockSeriesModelValue
- All Superinterfaces:
IModel
,IValidable
,IValue<Integer>
- All Known Implementing Classes:
BmRealStockSeriesModelValue
BM value for real stock series property of a
Chart
interface.-
Method Summary
Modifier and TypeMethodDescriptionint
Gets the series count.Gets the series names.Methods inherited from interface com._1c.g5.aef2.models.IModel
addModelListener, commit, discard, dispose, getChange, getComponent, isOnline, removeModelListener, setComponent
Methods inherited from interface com._1c.g5.aef2.validators.IValidable
addValidator, removeValidator, validate, validate
Methods inherited from interface com._1c.g5.aef2.models.value.IValue
addValueListener, createWorkingCopy, get, isEqual, removeValueListener, set
-
Method Details
-
getSeriesCount
int getSeriesCount()Gets the series count.- Returns:
- the series count.
-
getSeriesNames
Gets the series names.- Returns:
- The list of series names.
-