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. VALUESA 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 SeriesValuesDrawingModeSeriesValuesDrawingMode. get(int value)Returns the 'Series Values Drawing Mode' literal with the specified integer value.static SeriesValuesDrawingModeSeriesValuesDrawingMode. get(String literal)Returns the 'Series Values Drawing Mode' literal with the specified literal value.static SeriesValuesDrawingModeSeriesValuesDrawingMode. getByName(String name)Returns the 'Series Values Drawing Mode' literal with the specified name.SeriesValuesDrawingModeDataSeriesItem. getDrawingMode()Returns the value of the 'Drawing Mode' attribute.static SeriesValuesDrawingModeSeriesValuesDrawingMode. 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 voidDataSeriesItem. 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 SeriesValuesDrawingModeGeographicalSchemaFactoryImpl. createSeriesValuesDrawingModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)SeriesValuesDrawingModeDataSeriesItemImpl. getDrawingMode()Methods in com._1c.g5.v8.dt.geographicalschema.model.impl with parameters of type SeriesValuesDrawingMode Modifier and Type Method Description voidDataSeriesItemImpl. setDrawingMode(SeriesValuesDrawingMode newDrawingMode)
-