Uses of Class
com._1c.g5.v8.dt.chart.model.StockChartUsedPointValue
-
Packages that use StockChartUsedPointValue Package Description com._1c.g5.v8.dt.chart.model com._1c.g5.v8.dt.chart.model.impl -
-
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 StockChartUsedPointValue Modifier and Type Field Description static 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 StockChartUsedPointValue Modifier and Type Method Description static StockChartUsedPointValue
StockChartUsedPointValue. get(int value)
Returns the 'Stock Chart Used Point Value' literal with the specified integer value.static StockChartUsedPointValue
StockChartUsedPointValue. get(String literal)
Returns the 'Stock Chart Used Point Value' literal with the specified literal value.static StockChartUsedPointValue
StockChartUsedPointValue. getByName(String name)
Returns the 'Stock Chart Used Point Value' literal with the specified name.StockChartUsedPointValue
Trendline. getStockChartUsedPointValue()
Returns the value of the 'Stock Chart Used Point Value' attribute.static StockChartUsedPointValue
StockChartUsedPointValue. valueOf(String name)
Returns the enum constant of this type with the specified name.static StockChartUsedPointValue[]
StockChartUsedPointValue. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.chart.model with parameters of type StockChartUsedPointValue Modifier and Type Method Description void
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 StockChartUsedPointValue Modifier and Type Method Description StockChartUsedPointValue
ChartFactoryImpl. createStockChartUsedPointValueFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
StockChartUsedPointValue
TrendlineImpl. getStockChartUsedPointValue()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type StockChartUsedPointValue Modifier and Type Method Description void
TrendlineImpl. setStockChartUsedPointValue(StockChartUsedPointValue newStockChartUsedPointValue)
-