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. VALUESA 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 MACommandInterfaceDisplaysMACommandInterfaceDisplays. get(int value)Returns the 'MA Command Interface Displays' literal with the specified integer value.static MACommandInterfaceDisplaysMACommandInterfaceDisplays. get(String literal)Returns the 'MA Command Interface Displays' literal with the specified literal value.static MACommandInterfaceDisplaysMACommandInterfaceDisplays. getByName(String name)Returns the 'MA Command Interface Displays' literal with the specified name.MACommandInterfaceDisplaysHomePageWorkArea. getMACommandInterfaceDisplays()Returns the value of the 'MA Command Interface Displays' attribute.static MACommandInterfaceDisplaysMACommandInterfaceDisplays. 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 voidHomePageWorkArea. 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 MACommandInterfaceDisplaysHpwaFactoryImpl. createMACommandInterfaceDisplaysFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)MACommandInterfaceDisplaysHomePageWorkAreaImpl. getMACommandInterfaceDisplays()Methods in com._1c.g5.v8.dt.hpwa.model.impl with parameters of type MACommandInterfaceDisplays Modifier and Type Method Description voidHomePageWorkAreaImpl. 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 booleanHpwaValidator. validateMACommandInterfaceDisplays(MACommandInterfaceDisplays maCommandInterfaceDisplays, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-