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.VALUESA 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 CircleExpandModeCircleExpandMode.get(int value) Returns the 'Circle Expand Mode' literal with the specified integer value.static CircleExpandModeReturns the 'Circle Expand Mode' literal with the specified literal value.static CircleExpandModeReturns the 'Circle Expand Mode' literal with the specified name.Chart.getCircleExpandMode()Returns the value of the 'Circle Expand Mode' attribute.static CircleExpandModeReturns 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 TypeMethodDescriptionvoidChart.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 TypeMethodDescriptionvoidChartImpl.setCircleExpandMode(CircleExpandMode newCircleExpandMode)