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.VALUESA 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 ClientRunModeClientRunMode.get(int value) Returns the 'Client Run Mode' literal with the specified integer value.static ClientRunModeReturns the 'Client Run Mode' literal with the specified literal value.static ClientRunModeReturns the 'Client Run Mode' literal with the specified name.static ClientRunModeReturns 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 TypeMethodDescriptionvoidConfiguration.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 TypeMethodDescriptionvoidConfigurationImpl.setDefaultRunMode(ClientRunMode newDefaultRunMode)