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.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type NonnumericChartValueUse Modifier and Type Field Description static List<NonnumericChartValueUse>
NonnumericChartValueUse. VALUES
A 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 NonnumericChartValueUse
NonnumericChartValueUse. get(int value)
Returns the 'Nonnumeric Chart Value Use' literal with the specified integer value.static NonnumericChartValueUse
NonnumericChartValueUse. get(String literal)
Returns the 'Nonnumeric Chart Value Use' literal with the specified literal value.static NonnumericChartValueUse
NonnumericChartValueUse. getByName(String name)
Returns the 'Nonnumeric Chart Value Use' literal with the specified name.NonnumericChartValueUse
Chart. getNonnumericValuesUse()
Returns the value of the 'Nonnumeric Values Use' attribute.static NonnumericChartValueUse
NonnumericChartValueUse. 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 void
Chart. setNonnumericValuesUse(NonnumericChartValueUse value)
Sets the value of the 'Nonnumeric Values Use
' attribute. -
Uses of NonnumericChartValueUse in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return NonnumericChartValueUse Modifier and Type Method Description NonnumericChartValueUse
ChartFactoryImpl. createNonnumericChartValueUseFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
NonnumericChartValueUse
ChartImpl. getNonnumericValuesUse()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type NonnumericChartValueUse Modifier and Type Method Description void
ChartImpl. setNonnumericValuesUse(NonnumericChartValueUse newNonnumericValuesUse)
-
Uses of NonnumericChartValueUse in com._1c.g5.v8.dt.dcs.typedvalue
Methods in com._1c.g5.v8.dt.dcs.typedvalue that return NonnumericChartValueUse Modifier and Type Method Description NonnumericChartValueUse
ChartNonnumericChartValueUse. createValue()
Methods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type NonnumericChartValueUse Modifier and Type Method Description String
ChartNonnumericChartValueUse. getValueText(IV8Project v8project, String langCode, NonnumericChartValueUse value)
boolean
ChartNonnumericChartValueUse. isValuesEquals(NonnumericChartValueUse value1, NonnumericChartValueUse value2)
-