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