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. VALUESA 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 StockChartUsedPointValueStockChartUsedPointValue. get(int value)Returns the 'Stock Chart Used Point Value' literal with the specified integer value.static StockChartUsedPointValueStockChartUsedPointValue. get(String literal)Returns the 'Stock Chart Used Point Value' literal with the specified literal value.static StockChartUsedPointValueStockChartUsedPointValue. getByName(String name)Returns the 'Stock Chart Used Point Value' literal with the specified name.StockChartUsedPointValueTrendline. getStockChartUsedPointValue()Returns the value of the 'Stock Chart Used Point Value' attribute.static StockChartUsedPointValueStockChartUsedPointValue. 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 voidTrendline. 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 StockChartUsedPointValueChartFactoryImpl. createStockChartUsedPointValueFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)StockChartUsedPointValueTrendlineImpl. getStockChartUsedPointValue()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type StockChartUsedPointValue Modifier and Type Method Description voidTrendlineImpl. setStockChartUsedPointValue(StockChartUsedPointValue newStockChartUsedPointValue)
-