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. VALUESA 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 MainClientApplicationWindowModeMainClientApplicationWindowMode. get(int value)Returns the 'Main Client Application Window Mode' literal with the specified integer value.static MainClientApplicationWindowModeMainClientApplicationWindowMode. get(String literal)Returns the 'Main Client Application Window Mode' literal with the specified literal value.static MainClientApplicationWindowModeMainClientApplicationWindowMode. getByName(String name)Returns the 'Main Client Application Window Mode' literal with the specified name.static MainClientApplicationWindowModeMainClientApplicationWindowMode. 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 MainClientApplicationWindowModeCommonFactoryImpl. 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 MainClientApplicationWindowModeConfiguration. 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 voidConfiguration. 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 MainClientApplicationWindowModeConfigurationImpl. getMainClientApplicationWindowMode()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type MainClientApplicationWindowMode Modifier and Type Method Description voidConfigurationImpl. setMainClientApplicationWindowMode(MainClientApplicationWindowMode newMainClientApplicationWindowMode)
-