Uses of Class
com._1c.g5.v8.dt.hpwa.model.MACommandInterfaceDisplays
-
Packages that use MACommandInterfaceDisplays Package Description com._1c.g5.v8.dt.hpwa.model com._1c.g5.v8.dt.hpwa.model.impl com._1c.g5.v8.dt.hpwa.model.util -
-
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 MACommandInterfaceDisplays Modifier and Type Field Description static 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 MACommandInterfaceDisplays Modifier and Type Method Description static MACommandInterfaceDisplays
MACommandInterfaceDisplays. get(int value)
Returns the 'MA Command Interface Displays' literal with the specified integer value.static MACommandInterfaceDisplays
MACommandInterfaceDisplays. get(String literal)
Returns the 'MA Command Interface Displays' literal with the specified literal value.static MACommandInterfaceDisplays
MACommandInterfaceDisplays. getByName(String name)
Returns the 'MA Command Interface Displays' literal with the specified name.MACommandInterfaceDisplays
HomePageWorkArea. getMACommandInterfaceDisplays()
Returns the value of the 'MA Command Interface Displays' attribute.static MACommandInterfaceDisplays
MACommandInterfaceDisplays. valueOf(String name)
Returns the enum constant of this type with the specified name.static MACommandInterfaceDisplays[]
MACommandInterfaceDisplays. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.hpwa.model with parameters of type MACommandInterfaceDisplays Modifier and Type Method Description void
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 MACommandInterfaceDisplays Modifier and Type Method Description MACommandInterfaceDisplays
HpwaFactoryImpl. createMACommandInterfaceDisplaysFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
MACommandInterfaceDisplays
HomePageWorkAreaImpl. getMACommandInterfaceDisplays()
Methods in com._1c.g5.v8.dt.hpwa.model.impl with parameters of type MACommandInterfaceDisplays Modifier and Type Method Description void
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 MACommandInterfaceDisplays Modifier and Type Method Description boolean
HpwaValidator. validateMACommandInterfaceDisplays(MACommandInterfaceDisplays maCommandInterfaceDisplays, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-