Uses of Enum Class
com._1c.g5.v8.dt.geographicalschema.model.ShowMode
Packages that use ShowMode
Package
Description
-
Uses of ShowMode in com._1c.g5.v8.dt.geographicalschema.model
Fields in com._1c.g5.v8.dt.geographicalschema.model with type parameters of type ShowModeModifier and TypeFieldDescriptionShowMode.VALUES
A public read-only list of all the 'Show Mode' enumerators.Methods in com._1c.g5.v8.dt.geographicalschema.model that return ShowModeModifier and TypeMethodDescriptionstatic ShowMode
ShowMode.get
(int value) Returns the 'Show Mode' literal with the specified integer value.static ShowMode
Returns the 'Show Mode' literal with the specified literal value.static ShowMode
Returns the 'Show Mode' literal with the specified name.GeographicalSchema.getShowMode()
Returns the value of the 'Show Mode' attribute.static ShowMode
Returns the enum constant of this class with the specified name.static ShowMode[]
ShowMode.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 ShowModeModifier and TypeMethodDescriptionvoid
GeographicalSchema.setShowMode
(ShowMode value) Sets the value of the 'Show Mode
' attribute. -
Uses of ShowMode in com._1c.g5.v8.dt.geographicalschema.model.impl
Methods in com._1c.g5.v8.dt.geographicalschema.model.impl that return ShowModeModifier and TypeMethodDescriptionGeographicalSchemaFactoryImpl.createShowModeFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) GeographicalSchemaImpl.getShowMode()
Methods in com._1c.g5.v8.dt.geographicalschema.model.impl with parameters of type ShowMode