Uses of Class
com._1c.g5.v8.dt.geographicalschema.model.LayerSeriesShowMode
-
Packages that use LayerSeriesShowMode Package Description com._1c.g5.v8.dt.geographicalschema.model com._1c.g5.v8.dt.geographicalschema.model.impl -
-
Uses of LayerSeriesShowMode in com._1c.g5.v8.dt.geographicalschema.model
Fields in com._1c.g5.v8.dt.geographicalschema.model with type parameters of type LayerSeriesShowMode Modifier and Type Field Description static List<LayerSeriesShowMode>
LayerSeriesShowMode. VALUES
A public read-only list of all the 'Layer Series Show Mode' enumerators.Methods in com._1c.g5.v8.dt.geographicalschema.model that return LayerSeriesShowMode Modifier and Type Method Description static LayerSeriesShowMode
LayerSeriesShowMode. get(int value)
Returns the 'Layer Series Show Mode' literal with the specified integer value.static LayerSeriesShowMode
LayerSeriesShowMode. get(String literal)
Returns the 'Layer Series Show Mode' literal with the specified literal value.static LayerSeriesShowMode
LayerSeriesShowMode. getByName(String name)
Returns the 'Layer Series Show Mode' literal with the specified name.LayerSeriesShowMode
DataSeriesItem. getShowMode()
Returns the value of the 'Show Mode' attribute.static LayerSeriesShowMode
LayerSeriesShowMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static LayerSeriesShowMode[]
LayerSeriesShowMode. 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 LayerSeriesShowMode Modifier and Type Method Description void
DataSeriesItem. setShowMode(LayerSeriesShowMode value)
Sets the value of the 'Show Mode
' attribute. -
Uses of LayerSeriesShowMode in com._1c.g5.v8.dt.geographicalschema.model.impl
Methods in com._1c.g5.v8.dt.geographicalschema.model.impl that return LayerSeriesShowMode Modifier and Type Method Description LayerSeriesShowMode
GeographicalSchemaFactoryImpl. createLayerSeriesShowModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
LayerSeriesShowMode
DataSeriesItemImpl. getShowMode()
Methods in com._1c.g5.v8.dt.geographicalschema.model.impl with parameters of type LayerSeriesShowMode Modifier and Type Method Description void
DataSeriesItemImpl. setShowMode(LayerSeriesShowMode newShowMode)
-