Uses of Enum Class
com._1c.g5.v8.dt.chart.model.CircleExpandMode
Packages that use CircleExpandMode
-
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 CircleExpandModeModifier and TypeFieldDescriptionstatic final 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 CircleExpandModeModifier and TypeMethodDescriptionstatic CircleExpandMode
CircleExpandMode.get
(int value) Returns the 'Circle Expand Mode' literal with the specified integer value.static CircleExpandMode
Returns the 'Circle Expand Mode' literal with the specified literal value.static CircleExpandMode
Returns the 'Circle Expand Mode' literal with the specified name.Chart.getCircleExpandMode()
Returns the value of the 'Circle Expand Mode' attribute.static CircleExpandMode
Returns the enum constant of this class with the specified name.static CircleExpandMode[]
CircleExpandMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.chart.model with parameters of type CircleExpandModeModifier and TypeMethodDescriptionvoid
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 CircleExpandModeModifier and TypeMethodDescriptionChartFactoryImpl.createCircleExpandModeFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ChartImpl.getCircleExpandMode()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type CircleExpandModeModifier and TypeMethodDescriptionvoid
ChartImpl.setCircleExpandMode
(CircleExpandMode newCircleExpandMode)