Uses of Enum Class
com._1c.g5.v8.dt.chart.model.SpaceMode
Packages that use SpaceMode
-
Uses of SpaceMode in com._1c.g5.v8.dt.chart.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type SpaceModeModifier and TypeFieldDescriptionSpaceMode.VALUES
A public read-only list of all the 'Space Mode' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return SpaceModeModifier and TypeMethodDescriptionstatic SpaceMode
SpaceMode.get
(int value) Returns the 'Space Mode' literal with the specified integer value.static SpaceMode
Returns the 'Space Mode' literal with the specified literal value.static SpaceMode
Returns the 'Space Mode' literal with the specified name.Chart.getSpaceMode()
Returns the value of the 'Space Mode' attribute.static SpaceMode
Returns the enum constant of this class with the specified name.static SpaceMode[]
SpaceMode.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 SpaceModeModifier and TypeMethodDescriptionvoid
Chart.setSpaceMode
(SpaceMode value) Sets the value of the 'Space Mode
' attribute. -
Uses of SpaceMode in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return SpaceModeModifier and TypeMethodDescriptionChartFactoryImpl.createSpaceModeFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ChartImpl.getSpaceMode()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type SpaceMode