Uses of Enum Class
com._1c.g5.v8.dt.geographicalschema.model.SeriesValuesDrawingMode
Packages that use SeriesValuesDrawingMode
Package
Description
-
Uses of SeriesValuesDrawingMode in com._1c.g5.v8.dt.geographicalschema.model
Fields in com._1c.g5.v8.dt.geographicalschema.model with type parameters of type SeriesValuesDrawingModeModifier and TypeFieldDescriptionstatic final List<SeriesValuesDrawingMode>
SeriesValuesDrawingMode.VALUES
A public read-only list of all the 'Series Values Drawing Mode' enumerators.Methods in com._1c.g5.v8.dt.geographicalschema.model that return SeriesValuesDrawingModeModifier and TypeMethodDescriptionstatic SeriesValuesDrawingMode
SeriesValuesDrawingMode.get
(int value) Returns the 'Series Values Drawing Mode' literal with the specified integer value.static SeriesValuesDrawingMode
Returns the 'Series Values Drawing Mode' literal with the specified literal value.static SeriesValuesDrawingMode
Returns the 'Series Values Drawing Mode' literal with the specified name.DataSeriesItem.getDrawingMode()
Returns the value of the 'Drawing Mode' attribute.static SeriesValuesDrawingMode
Returns the enum constant of this class with the specified name.static SeriesValuesDrawingMode[]
SeriesValuesDrawingMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.geographicalschema.model with parameters of type SeriesValuesDrawingModeModifier and TypeMethodDescriptionvoid
DataSeriesItem.setDrawingMode
(SeriesValuesDrawingMode value) Sets the value of the 'Drawing Mode
' attribute. -
Uses of SeriesValuesDrawingMode in com._1c.g5.v8.dt.geographicalschema.model.impl
Methods in com._1c.g5.v8.dt.geographicalschema.model.impl that return SeriesValuesDrawingModeModifier and TypeMethodDescriptionGeographicalSchemaFactoryImpl.createSeriesValuesDrawingModeFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) DataSeriesItemImpl.getDrawingMode()
Methods in com._1c.g5.v8.dt.geographicalschema.model.impl with parameters of type SeriesValuesDrawingModeModifier and TypeMethodDescriptionvoid
DataSeriesItemImpl.setDrawingMode
(SeriesValuesDrawingMode newDrawingMode)