Uses of Class
com._1c.g5.v8.dt.metadata.common.ChartSplineMode
- 
Packages that use ChartSplineMode Package Description com._1c.g5.v8.dt.dcs.typedvalue com._1c.g5.v8.dt.metadata.common com._1c.g5.v8.dt.metadata.common.impl 
- 
- 
Uses of ChartSplineMode in com._1c.g5.v8.dt.dcs.typedvalueMethods in com._1c.g5.v8.dt.dcs.typedvalue that return ChartSplineMode Modifier and Type Method Description ChartSplineModeChartSplineModeInfo. createValue()Methods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type ChartSplineMode Modifier and Type Method Description StringChartSplineModeInfo. getValueText(IV8Project v8project, String langCode, ChartSplineMode value)booleanChartSplineModeInfo. isValuesEquals(ChartSplineMode value1, ChartSplineMode value2)
- 
Uses of ChartSplineMode in com._1c.g5.v8.dt.metadata.commonFields in com._1c.g5.v8.dt.metadata.common with type parameters of type ChartSplineMode Modifier and Type Field Description static List<ChartSplineMode>ChartSplineMode. VALUESA public read-only list of all the 'Chart Spline Mode' enumerators.Methods in com._1c.g5.v8.dt.metadata.common that return ChartSplineMode Modifier and Type Method Description static ChartSplineModeChartSplineMode. get(int value)Returns the 'Chart Spline Mode' literal with the specified integer value.static ChartSplineModeChartSplineMode. get(String literal)Returns the 'Chart Spline Mode' literal with the specified literal value.static ChartSplineModeChartSplineMode. getByName(String name)Returns the 'Chart Spline Mode' literal with the specified name.static ChartSplineModeChartSplineMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ChartSplineMode[]ChartSplineMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
- 
Uses of ChartSplineMode in com._1c.g5.v8.dt.metadata.common.implMethods in com._1c.g5.v8.dt.metadata.common.impl that return ChartSplineMode Modifier and Type Method Description ChartSplineModeCommonFactoryImpl. createChartSplineModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
 
-