Uses of Class
com._1c.g5.v8.dt.geographicalschema.model.SeriesValuesDrawingMode
-
Packages that use SeriesValuesDrawingMode Package Description com._1c.g5.v8.dt.geographicalschema.model com._1c.g5.v8.dt.geographicalschema.model.impl -
-
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 SeriesValuesDrawingMode Modifier and Type Field Description static 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 SeriesValuesDrawingMode Modifier and Type Method Description static SeriesValuesDrawingMode
SeriesValuesDrawingMode. get(int value)
Returns the 'Series Values Drawing Mode' literal with the specified integer value.static SeriesValuesDrawingMode
SeriesValuesDrawingMode. get(String literal)
Returns the 'Series Values Drawing Mode' literal with the specified literal value.static SeriesValuesDrawingMode
SeriesValuesDrawingMode. getByName(String name)
Returns the 'Series Values Drawing Mode' literal with the specified name.SeriesValuesDrawingMode
DataSeriesItem. getDrawingMode()
Returns the value of the 'Drawing Mode' attribute.static SeriesValuesDrawingMode
SeriesValuesDrawingMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static SeriesValuesDrawingMode[]
SeriesValuesDrawingMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.geographicalschema.model with parameters of type SeriesValuesDrawingMode Modifier and Type Method Description void
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 SeriesValuesDrawingMode Modifier and Type Method Description SeriesValuesDrawingMode
GeographicalSchemaFactoryImpl. createSeriesValuesDrawingModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
SeriesValuesDrawingMode
DataSeriesItemImpl. getDrawingMode()
Methods in com._1c.g5.v8.dt.geographicalschema.model.impl with parameters of type SeriesValuesDrawingMode Modifier and Type Method Description void
DataSeriesItemImpl. setDrawingMode(SeriesValuesDrawingMode newDrawingMode)
-