Uses of Class
com._1c.g5.v8.dt.chart.model.ChartValueEditState
-
Packages that use ChartValueEditState Package Description com._1c.g5.v8.dt.chart.model com._1c.g5.v8.dt.chart.model.impl -
-
Uses of ChartValueEditState in com._1c.g5.v8.dt.chart.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type ChartValueEditState Modifier and Type Field Description static List<ChartValueEditState>
ChartValueEditState. VALUES
A public read-only list of all the 'Value Edit State' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return ChartValueEditState Modifier and Type Method Description static ChartValueEditState
ChartValueEditState. get(int value)
Returns the 'Value Edit State' literal with the specified integer value.static ChartValueEditState
ChartValueEditState. get(String literal)
Returns the 'Value Edit State' literal with the specified literal value.static ChartValueEditState
ChartValueEditState. getByName(String name)
Returns the 'Value Edit State' literal with the specified name.static ChartValueEditState
ChartValueEditState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChartValueEditState[]
ChartValueEditState. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ChartValueEditState in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return ChartValueEditState Modifier and Type Method Description ChartValueEditState
ChartFactoryImpl. createChartValueEditStateFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
-