Uses of Class
com._1c.g5.v8.dt.metadata.common.MainClientApplicationWindowMode
-
-
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 MainClientApplicationWindowMode Modifier and Type Field Description static 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 MainClientApplicationWindowMode Modifier and Type Method Description static MainClientApplicationWindowMode
MainClientApplicationWindowMode. get(int value)
Returns the 'Main Client Application Window Mode' literal with the specified integer value.static MainClientApplicationWindowMode
MainClientApplicationWindowMode. get(String literal)
Returns the 'Main Client Application Window Mode' literal with the specified literal value.static MainClientApplicationWindowMode
MainClientApplicationWindowMode. getByName(String name)
Returns the 'Main Client Application Window Mode' literal with the specified name.static MainClientApplicationWindowMode
MainClientApplicationWindowMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static MainClientApplicationWindowMode[]
MainClientApplicationWindowMode. values()
Returns an array containing the constants of this enum type, 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 MainClientApplicationWindowMode Modifier and Type Method Description MainClientApplicationWindowMode
CommonFactoryImpl. 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 MainClientApplicationWindowMode Modifier and Type Method Description MainClientApplicationWindowMode
Configuration. 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 MainClientApplicationWindowMode Modifier and Type Method Description void
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 MainClientApplicationWindowMode Modifier and Type Method Description MainClientApplicationWindowMode
ConfigurationImpl. getMainClientApplicationWindowMode()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type MainClientApplicationWindowMode Modifier and Type Method Description void
ConfigurationImpl. setMainClientApplicationWindowMode(MainClientApplicationWindowMode newMainClientApplicationWindowMode)
-