Uses of Enum Class
com._1c.g5.v8.dt.metadata.common.ClientRunMode
Packages that use ClientRunMode
Package
Description
-
Uses of ClientRunMode in com._1c.g5.v8.dt.metadata.common
Fields in com._1c.g5.v8.dt.metadata.common with type parameters of type ClientRunModeModifier and TypeFieldDescriptionstatic final List<ClientRunMode>
ClientRunMode.VALUES
A public read-only list of all the 'Client Run Mode' enumerators.Methods in com._1c.g5.v8.dt.metadata.common that return ClientRunModeModifier and TypeMethodDescriptionstatic ClientRunMode
ClientRunMode.get
(int value) Returns the 'Client Run Mode' literal with the specified integer value.static ClientRunMode
Returns the 'Client Run Mode' literal with the specified literal value.static ClientRunMode
Returns the 'Client Run Mode' literal with the specified name.static ClientRunMode
Returns the enum constant of this class with the specified name.static ClientRunMode[]
ClientRunMode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ClientRunMode in com._1c.g5.v8.dt.metadata.common.impl
Methods in com._1c.g5.v8.dt.metadata.common.impl that return ClientRunModeModifier and TypeMethodDescriptionCommonFactoryImpl.createClientRunModeFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) -
Uses of ClientRunMode in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return ClientRunModeModifier and TypeMethodDescriptionConfiguration.getDefaultRunMode()
Returns the value of the 'Default Run Mode' attribute.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type ClientRunModeModifier and TypeMethodDescriptionvoid
Configuration.setDefaultRunMode
(ClientRunMode value) Sets the value of the 'Default Run Mode
' attribute. -
Uses of ClientRunMode in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return ClientRunModeMethods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type ClientRunModeModifier and TypeMethodDescriptionvoid
ConfigurationImpl.setDefaultRunMode
(ClientRunMode newDefaultRunMode)