Uses of Enum Class
com._1c.g5.v8.dt.hpwa.model.MACommandInterfaceDisplays
Packages that use MACommandInterfaceDisplays
Package
Description
-
Uses of MACommandInterfaceDisplays in com._1c.g5.v8.dt.hpwa.model
Fields in com._1c.g5.v8.dt.hpwa.model with type parameters of type MACommandInterfaceDisplaysModifier and TypeFieldDescriptionstatic final List<MACommandInterfaceDisplays>MACommandInterfaceDisplays.VALUESA public read-only list of all the 'MA Command Interface Displays' enumerators.Methods in com._1c.g5.v8.dt.hpwa.model that return MACommandInterfaceDisplaysModifier and TypeMethodDescriptionstatic MACommandInterfaceDisplaysMACommandInterfaceDisplays.get(int value) Returns the 'MA Command Interface Displays' literal with the specified integer value.static MACommandInterfaceDisplaysReturns the 'MA Command Interface Displays' literal with the specified literal value.static MACommandInterfaceDisplaysReturns the 'MA Command Interface Displays' literal with the specified name.HomePageWorkArea.getMACommandInterfaceDisplays()Returns the value of the 'MA Command Interface Displays' attribute.static MACommandInterfaceDisplaysReturns the enum constant of this class with the specified name.static MACommandInterfaceDisplays[]MACommandInterfaceDisplays.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.hpwa.model with parameters of type MACommandInterfaceDisplaysModifier and TypeMethodDescriptionvoidHomePageWorkArea.setMACommandInterfaceDisplays(MACommandInterfaceDisplays value) Sets the value of the 'MA Command Interface Displays' attribute. -
Uses of MACommandInterfaceDisplays in com._1c.g5.v8.dt.hpwa.model.impl
Methods in com._1c.g5.v8.dt.hpwa.model.impl that return MACommandInterfaceDisplaysModifier and TypeMethodDescriptionHpwaFactoryImpl.createMACommandInterfaceDisplaysFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) HomePageWorkAreaImpl.getMACommandInterfaceDisplays()Methods in com._1c.g5.v8.dt.hpwa.model.impl with parameters of type MACommandInterfaceDisplaysModifier and TypeMethodDescriptionvoidHomePageWorkAreaImpl.setMACommandInterfaceDisplays(MACommandInterfaceDisplays newMACommandInterfaceDisplays) -
Uses of MACommandInterfaceDisplays in com._1c.g5.v8.dt.hpwa.model.util
Methods in com._1c.g5.v8.dt.hpwa.model.util with parameters of type MACommandInterfaceDisplaysModifier and TypeMethodDescriptionbooleanHpwaValidator.validateMACommandInterfaceDisplays(MACommandInterfaceDisplays maCommandInterfaceDisplays, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of MACommandInterfaceDisplays in com._1c.g5.v8.dt.internal.hpwa.ui.editor
Methods in com._1c.g5.v8.dt.internal.hpwa.ui.editor with parameters of type MACommandInterfaceDisplaysModifier and TypeMethodDescriptionvoidHpwaEditor.doDisplaysChanged(MACommandInterfaceDisplays newDisplay) Does display changed.