Uses of Class
com._1c.g5.v8.dt.chart.model.CircleExpandMode
-
Packages that use CircleExpandMode Package Description com._1c.g5.v8.dt.chart.model com._1c.g5.v8.dt.chart.model.impl -
-
Uses of CircleExpandMode in com._1c.g5.v8.dt.chart.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type CircleExpandMode Modifier and Type Field Description static List<CircleExpandMode>
CircleExpandMode. VALUES
A public read-only list of all the 'Circle Expand Mode' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return CircleExpandMode Modifier and Type Method Description static CircleExpandMode
CircleExpandMode. get(int value)
Returns the 'Circle Expand Mode' literal with the specified integer value.static CircleExpandMode
CircleExpandMode. get(String literal)
Returns the 'Circle Expand Mode' literal with the specified literal value.static CircleExpandMode
CircleExpandMode. getByName(String name)
Returns the 'Circle Expand Mode' literal with the specified name.CircleExpandMode
Chart. getCircleExpandMode()
Returns the value of the 'Circle Expand Mode' attribute.static CircleExpandMode
CircleExpandMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static CircleExpandMode[]
CircleExpandMode. 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 CircleExpandMode Modifier and Type Method Description void
Chart. setCircleExpandMode(CircleExpandMode value)
Sets the value of the 'Circle Expand Mode
' attribute. -
Uses of CircleExpandMode in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return CircleExpandMode Modifier and Type Method Description CircleExpandMode
ChartFactoryImpl. createCircleExpandModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
CircleExpandMode
ChartImpl. getCircleExpandMode()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type CircleExpandMode Modifier and Type Method Description void
ChartImpl. setCircleExpandMode(CircleExpandMode newCircleExpandMode)
-