Uses of Enum Class
com._1c.g5.v8.dt.metadata.common.ChartSplineMode
Packages that use ChartSplineMode
Package
Description
-
Uses of ChartSplineMode in com._1c.g5.v8.dt.dcs.typedvalue
Methods in com._1c.g5.v8.dt.dcs.typedvalue that return ChartSplineModeMethods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type ChartSplineModeModifier and TypeMethodDescriptionChartSplineModeInfo.getValueText
(IV8Project v8project, String langCode, ChartSplineMode value) boolean
ChartSplineModeInfo.isValuesEquals
(ChartSplineMode value1, ChartSplineMode value2) -
Uses of ChartSplineMode in com._1c.g5.v8.dt.metadata.common
Fields in com._1c.g5.v8.dt.metadata.common with type parameters of type ChartSplineModeModifier and TypeFieldDescriptionstatic final List<ChartSplineMode>
ChartSplineMode.VALUES
A public read-only list of all the 'Chart Spline Mode' enumerators.Methods in com._1c.g5.v8.dt.metadata.common that return ChartSplineModeModifier and TypeMethodDescriptionstatic ChartSplineMode
ChartSplineMode.get
(int value) Returns the 'Chart Spline Mode' literal with the specified integer value.static ChartSplineMode
Returns the 'Chart Spline Mode' literal with the specified literal value.static ChartSplineMode
Returns the 'Chart Spline Mode' literal with the specified name.static ChartSplineMode
Returns the enum constant of this class with the specified name.static ChartSplineMode[]
ChartSplineMode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ChartSplineMode in com._1c.g5.v8.dt.metadata.common.impl
Methods in com._1c.g5.v8.dt.metadata.common.impl that return ChartSplineModeModifier and TypeMethodDescriptionCommonFactoryImpl.createChartSplineModeFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)