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. VALUESA 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 LayerSeriesShowModeLayerSeriesShowMode. get(int value)Returns the 'Layer Series Show Mode' literal with the specified integer value.static LayerSeriesShowModeLayerSeriesShowMode. get(String literal)Returns the 'Layer Series Show Mode' literal with the specified literal value.static LayerSeriesShowModeLayerSeriesShowMode. getByName(String name)Returns the 'Layer Series Show Mode' literal with the specified name.LayerSeriesShowModeDataSeriesItem. getShowMode()Returns the value of the 'Show Mode' attribute.static LayerSeriesShowModeLayerSeriesShowMode. 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 voidDataSeriesItem. 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 LayerSeriesShowModeGeographicalSchemaFactoryImpl. createLayerSeriesShowModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)LayerSeriesShowModeDataSeriesItemImpl. getShowMode()Methods in com._1c.g5.v8.dt.geographicalschema.model.impl with parameters of type LayerSeriesShowMode Modifier and Type Method Description voidDataSeriesItemImpl. setShowMode(LayerSeriesShowMode newShowMode)
-