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. VALUESA 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 ShowModeShowMode. get(int value)Returns the 'Show Mode' literal with the specified integer value.static ShowModeShowMode. get(String literal)Returns the 'Show Mode' literal with the specified literal value.static ShowModeShowMode. getByName(String name)Returns the 'Show Mode' literal with the specified name.ShowModeGeographicalSchema. getShowMode()Returns the value of the 'Show Mode' attribute.static ShowModeShowMode. 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 voidGeographicalSchema. 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 ShowModeGeographicalSchemaFactoryImpl. createShowModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)ShowModeGeographicalSchemaImpl. getShowMode()Methods in com._1c.g5.v8.dt.geographicalschema.model.impl with parameters of type ShowMode Modifier and Type Method Description voidGeographicalSchemaImpl. setShowMode(ShowMode newShowMode)
-