Uses of Enum Class
com._1c.g5.v8.dt.chart.model.StockChartUsedPointValue
Packages that use StockChartUsedPointValue
-
Uses of StockChartUsedPointValue in com._1c.g5.v8.dt.chart.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type StockChartUsedPointValueModifier and TypeFieldDescriptionstatic final List<StockChartUsedPointValue>
StockChartUsedPointValue.VALUES
A public read-only list of all the 'Stock Chart Used Point Value' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return StockChartUsedPointValueModifier and TypeMethodDescriptionstatic StockChartUsedPointValue
StockChartUsedPointValue.get
(int value) Returns the 'Stock Chart Used Point Value' literal with the specified integer value.static StockChartUsedPointValue
Returns the 'Stock Chart Used Point Value' literal with the specified literal value.static StockChartUsedPointValue
Returns the 'Stock Chart Used Point Value' literal with the specified name.Trendline.getStockChartUsedPointValue()
Returns the value of the 'Stock Chart Used Point Value' attribute.static StockChartUsedPointValue
Returns the enum constant of this class with the specified name.static StockChartUsedPointValue[]
StockChartUsedPointValue.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.chart.model with parameters of type StockChartUsedPointValueModifier and TypeMethodDescriptionvoid
Trendline.setStockChartUsedPointValue
(StockChartUsedPointValue value) Sets the value of the 'Stock Chart Used Point Value
' attribute. -
Uses of StockChartUsedPointValue in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return StockChartUsedPointValueModifier and TypeMethodDescriptionChartFactoryImpl.createStockChartUsedPointValueFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) TrendlineImpl.getStockChartUsedPointValue()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type StockChartUsedPointValueModifier and TypeMethodDescriptionvoid
TrendlineImpl.setStockChartUsedPointValue
(StockChartUsedPointValue newStockChartUsedPointValue)