Uses of Enum Class
com._1c.g5.v8.dt.chart.model.EnSplineMode
Packages that use EnSplineMode
-
Uses of EnSplineMode in com._1c.g5.v8.dt.chart.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type EnSplineModeModifier and TypeFieldDescriptionstatic final List<EnSplineMode>
EnSplineMode.VALUES
A public read-only list of all the 'En Spline Mode' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return EnSplineModeModifier and TypeMethodDescriptionstatic EnSplineMode
EnSplineMode.get
(int value) Returns the 'En Spline Mode' literal with the specified integer value.static EnSplineMode
Returns the 'En Spline Mode' literal with the specified literal value.static EnSplineMode
Returns the 'En Spline Mode' literal with the specified name.Chart.getSplineMode()
Returns the value of the 'Spline Mode' attribute.static EnSplineMode
Returns the enum constant of this class with the specified name.static EnSplineMode[]
EnSplineMode.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 EnSplineModeModifier and TypeMethodDescriptionvoid
Chart.setSplineMode
(EnSplineMode value) Sets the value of the 'Spline Mode
' attribute. -
Uses of EnSplineMode in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return EnSplineModeModifier and TypeMethodDescriptionChartFactoryImpl.createEnSplineModeFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ChartImpl.getSplineMode()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type EnSplineMode