Uses of Class
com._1c.g5.v8.dt.metadata.common.ClientRunMode
-
Packages that use ClientRunMode Package Description com._1c.g5.v8.dt.metadata.common com._1c.g5.v8.dt.metadata.common.impl com._1c.g5.v8.dt.metadata.mdclass com._1c.g5.v8.dt.metadata.mdclass.impl -
-
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 ClientRunMode Modifier and Type Field Description static 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 ClientRunMode Modifier and Type Method Description static ClientRunMode
ClientRunMode. get(int value)
Returns the 'Client Run Mode' literal with the specified integer value.static ClientRunMode
ClientRunMode. get(String literal)
Returns the 'Client Run Mode' literal with the specified literal value.static ClientRunMode
ClientRunMode. getByName(String name)
Returns the 'Client Run Mode' literal with the specified name.static ClientRunMode
ClientRunMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClientRunMode[]
ClientRunMode. values()
Returns an array containing the constants of this enum type, 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 ClientRunMode Modifier and Type Method Description ClientRunMode
CommonFactoryImpl. 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 ClientRunMode Modifier and Type Method Description ClientRunMode
Configuration. getDefaultRunMode()
Returns the value of the 'Default Run Mode' attribute.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type ClientRunMode Modifier and Type Method Description void
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 ClientRunMode Modifier and Type Method Description ClientRunMode
ConfigurationImpl. getDefaultRunMode()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type ClientRunMode Modifier and Type Method Description void
ConfigurationImpl. setDefaultRunMode(ClientRunMode newDefaultRunMode)
-