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.VALUES
A 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 MACommandInterfaceDisplays
MACommandInterfaceDisplays.get
(int value) Returns the 'MA Command Interface Displays' literal with the specified integer value.static MACommandInterfaceDisplays
Returns the 'MA Command Interface Displays' literal with the specified literal value.static MACommandInterfaceDisplays
Returns the 'MA Command Interface Displays' literal with the specified name.HomePageWorkArea.getMACommandInterfaceDisplays()
Returns the value of the 'MA Command Interface Displays' attribute.static MACommandInterfaceDisplays
Returns 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 TypeMethodDescriptionvoid
HomePageWorkArea.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 TypeMethodDescriptionvoid
HomePageWorkAreaImpl.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 TypeMethodDescriptionboolean
HpwaValidator.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 TypeMethodDescriptionvoid
HpwaEditor.doDisplaysChanged
(MACommandInterfaceDisplays newDisplay) Does display changed.