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