Uses of Class
com._1c.g5.v8.dt.chart.model.NonnumericChartValueUse
- 
Packages that use NonnumericChartValueUse Package Description com._1c.g5.v8.dt.chart.model com._1c.g5.v8.dt.chart.model.impl com._1c.g5.v8.dt.dcs.typedvalue 
- 
- 
Uses of NonnumericChartValueUse in com._1c.g5.v8.dt.chart.modelFields in com._1c.g5.v8.dt.chart.model with type parameters of type NonnumericChartValueUse Modifier and Type Field Description static List<NonnumericChartValueUse>NonnumericChartValueUse. VALUESA public read-only list of all the 'Nonnumeric Chart Value Use' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return NonnumericChartValueUse Modifier and Type Method Description static NonnumericChartValueUseNonnumericChartValueUse. get(int value)Returns the 'Nonnumeric Chart Value Use' literal with the specified integer value.static NonnumericChartValueUseNonnumericChartValueUse. get(String literal)Returns the 'Nonnumeric Chart Value Use' literal with the specified literal value.static NonnumericChartValueUseNonnumericChartValueUse. getByName(String name)Returns the 'Nonnumeric Chart Value Use' literal with the specified name.NonnumericChartValueUseChart. getNonnumericValuesUse()Returns the value of the 'Nonnumeric Values Use' attribute.static NonnumericChartValueUseNonnumericChartValueUse. valueOf(String name)Returns the enum constant of this type with the specified name.static NonnumericChartValueUse[]NonnumericChartValueUse. 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 NonnumericChartValueUse Modifier and Type Method Description voidChart. setNonnumericValuesUse(NonnumericChartValueUse value)Sets the value of the 'Nonnumeric Values Use' attribute.
- 
Uses of NonnumericChartValueUse in com._1c.g5.v8.dt.chart.model.implMethods in com._1c.g5.v8.dt.chart.model.impl that return NonnumericChartValueUse Modifier and Type Method Description NonnumericChartValueUseChartFactoryImpl. createNonnumericChartValueUseFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)NonnumericChartValueUseChartImpl. getNonnumericValuesUse()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type NonnumericChartValueUse Modifier and Type Method Description voidChartImpl. setNonnumericValuesUse(NonnumericChartValueUse newNonnumericValuesUse)
- 
Uses of NonnumericChartValueUse in com._1c.g5.v8.dt.dcs.typedvalueMethods in com._1c.g5.v8.dt.dcs.typedvalue that return NonnumericChartValueUse Modifier and Type Method Description NonnumericChartValueUseChartNonnumericChartValueUse. createValue()Methods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type NonnumericChartValueUse Modifier and Type Method Description StringChartNonnumericChartValueUse. getValueText(IV8Project v8project, String langCode, NonnumericChartValueUse value)booleanChartNonnumericChartValueUse. isValuesEquals(NonnumericChartValueUse value1, NonnumericChartValueUse value2)
 
-