Interface IRealPiePointModelValue
- All Superinterfaces:
IModel
,IValidable
,IValue<Integer>
- All Known Implementing Classes:
BmRealPiePointModelValue
BM value for real pie point property of a
Chart
interface.-
Method Summary
Modifier and TypeMethodDescriptionint
Gets the point count.Gets the point 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
-
getPointCount
int getPointCount()Gets the point count.- Returns:
- The point count.
-
getPointNames
Gets the point names.- Returns:
- The list of point names.
-