| 1 | n/a | """Suite Macintosh Connectivity Classes: Classes relating to Apple Macintosh personal computer connectivity |
|---|
| 2 | n/a | Level 1, version 1 |
|---|
| 3 | n/a | |
|---|
| 4 | n/a | Generated from /Volumes/Sap/System Folder/Extensions/AppleScript |
|---|
| 5 | n/a | AETE/AEUT resource version 1/0, language 0, script 0 |
|---|
| 6 | n/a | """ |
|---|
| 7 | n/a | |
|---|
| 8 | n/a | import aetools |
|---|
| 9 | n/a | import MacOS |
|---|
| 10 | n/a | |
|---|
| 11 | n/a | _code = 'macc' |
|---|
| 12 | n/a | |
|---|
| 13 | n/a | class Macintosh_Connectivity_Clas_Events: |
|---|
| 14 | n/a | |
|---|
| 15 | n/a | pass |
|---|
| 16 | n/a | |
|---|
| 17 | n/a | |
|---|
| 18 | n/a | class ADB_address(aetools.ComponentItem): |
|---|
| 19 | n/a | """ADB address - Addresses a device connected via Apple Desktop Bus """ |
|---|
| 20 | n/a | want = 'cadb' |
|---|
| 21 | n/a | class _Prop__3c_inheritance_3e_(aetools.NProperty): |
|---|
| 22 | n/a | """<inheritance> - inherits some of its properties from this class """ |
|---|
| 23 | n/a | which = 'c@#^' |
|---|
| 24 | n/a | want = 'cadr' |
|---|
| 25 | n/a | class _Prop_ID(aetools.NProperty): |
|---|
| 26 | n/a | """ID - the Apple Desktop Bus device ID """ |
|---|
| 27 | n/a | which = 'ID ' |
|---|
| 28 | n/a | want = 'shor' |
|---|
| 29 | n/a | |
|---|
| 30 | n/a | ADB_addresses = ADB_address |
|---|
| 31 | n/a | |
|---|
| 32 | n/a | class address_specification(aetools.ComponentItem): |
|---|
| 33 | n/a | """address specification - Unique designation of a device or service connected to this computer """ |
|---|
| 34 | n/a | want = 'cadr' |
|---|
| 35 | n/a | class _Prop_conduit(aetools.NProperty): |
|---|
| 36 | n/a | """conduit - How the addressee is physically connected """ |
|---|
| 37 | n/a | which = 'pcon' |
|---|
| 38 | n/a | want = 'econ' |
|---|
| 39 | n/a | class _Prop_properties(aetools.NProperty): |
|---|
| 40 | n/a | """properties - property that allows getting and setting of multiple properties """ |
|---|
| 41 | n/a | which = 'pALL' |
|---|
| 42 | n/a | want = 'reco' |
|---|
| 43 | n/a | class _Prop_protocol(aetools.NProperty): |
|---|
| 44 | n/a | """protocol - How to talk to this addressee """ |
|---|
| 45 | n/a | which = 'pprt' |
|---|
| 46 | n/a | want = 'epro' |
|---|
| 47 | n/a | |
|---|
| 48 | n/a | address_specifications = address_specification |
|---|
| 49 | n/a | |
|---|
| 50 | n/a | class AppleTalk_address(aetools.ComponentItem): |
|---|
| 51 | n/a | """AppleTalk address - Addresses a device or service connected via the AppleTalk protocol """ |
|---|
| 52 | n/a | want = 'cat ' |
|---|
| 53 | n/a | class _Prop_AppleTalk_machine(aetools.NProperty): |
|---|
| 54 | n/a | """AppleTalk machine - the machine name part of the address """ |
|---|
| 55 | n/a | which = 'patm' |
|---|
| 56 | n/a | want = 'TEXT' |
|---|
| 57 | n/a | class _Prop_AppleTalk_type(aetools.NProperty): |
|---|
| 58 | n/a | """AppleTalk type - the type part of the AppleTalk address """ |
|---|
| 59 | n/a | which = 'patt' |
|---|
| 60 | n/a | want = 'TEXT' |
|---|
| 61 | n/a | class _Prop_AppleTalk_zone(aetools.NProperty): |
|---|
| 62 | n/a | """AppleTalk zone - the zone part of the address """ |
|---|
| 63 | n/a | which = 'patz' |
|---|
| 64 | n/a | want = 'TEXT' |
|---|
| 65 | n/a | |
|---|
| 66 | n/a | AppleTalk_addresses = AppleTalk_address |
|---|
| 67 | n/a | |
|---|
| 68 | n/a | class bus_slot(aetools.ComponentItem): |
|---|
| 69 | n/a | """bus slot - Addresses a PC, PCI, or NuBus card """ |
|---|
| 70 | n/a | want = 'cbus' |
|---|
| 71 | n/a | |
|---|
| 72 | n/a | bus_slots = bus_slot |
|---|
| 73 | n/a | |
|---|
| 74 | n/a | class device_specification(aetools.ComponentItem): |
|---|
| 75 | n/a | """device specification - A device connected to a computer """ |
|---|
| 76 | n/a | want = 'cdev' |
|---|
| 77 | n/a | class _Prop_device_address(aetools.NProperty): |
|---|
| 78 | n/a | """device address - the address of the device """ |
|---|
| 79 | n/a | which = 'pdva' |
|---|
| 80 | n/a | want = 'cadr' |
|---|
| 81 | n/a | class _Prop_device_type(aetools.NProperty): |
|---|
| 82 | n/a | """device type - the kind of device """ |
|---|
| 83 | n/a | which = 'pdvt' |
|---|
| 84 | n/a | want = 'edvt' |
|---|
| 85 | n/a | |
|---|
| 86 | n/a | device_specifications = device_specification |
|---|
| 87 | n/a | |
|---|
| 88 | n/a | class Ethernet_address(aetools.ComponentItem): |
|---|
| 89 | n/a | """Ethernet address - Addresses a device by its Ethernet address """ |
|---|
| 90 | n/a | want = 'cen ' |
|---|
| 91 | n/a | |
|---|
| 92 | n/a | Ethernet_addresses = Ethernet_address |
|---|
| 93 | n/a | |
|---|
| 94 | n/a | class FireWire_address(aetools.ComponentItem): |
|---|
| 95 | n/a | """FireWire address - Addresses a device on the FireWire bus """ |
|---|
| 96 | n/a | want = 'cfw ' |
|---|
| 97 | n/a | |
|---|
| 98 | n/a | FireWire_addresses = FireWire_address |
|---|
| 99 | n/a | |
|---|
| 100 | n/a | class IP_address(aetools.ComponentItem): |
|---|
| 101 | n/a | """IP address - Addresses a device or service via the Internet Protocol (IP) """ |
|---|
| 102 | n/a | want = 'cip ' |
|---|
| 103 | n/a | class _Prop_DNS_form(aetools.NProperty): |
|---|
| 104 | n/a | """DNS form - the address in the form "apple.com" """ |
|---|
| 105 | n/a | which = 'pdns' |
|---|
| 106 | n/a | want = 'TEXT' |
|---|
| 107 | n/a | class _Prop_port(aetools.NProperty): |
|---|
| 108 | n/a | """port - the port number of the service or client being addressed """ |
|---|
| 109 | n/a | which = 'ppor' |
|---|
| 110 | n/a | want = 'TEXT' |
|---|
| 111 | n/a | |
|---|
| 112 | n/a | IP_addresses = IP_address |
|---|
| 113 | n/a | |
|---|
| 114 | n/a | class LocalTalk_address(aetools.ComponentItem): |
|---|
| 115 | n/a | """LocalTalk address - Addresses a device by its LocalTalk address """ |
|---|
| 116 | n/a | want = 'clt ' |
|---|
| 117 | n/a | class _Prop_network(aetools.NProperty): |
|---|
| 118 | n/a | """network - the LocalTalk network number """ |
|---|
| 119 | n/a | which = 'pnet' |
|---|
| 120 | n/a | want = 'shor' |
|---|
| 121 | n/a | class _Prop_node(aetools.NProperty): |
|---|
| 122 | n/a | """node - the LocalTalk node number """ |
|---|
| 123 | n/a | which = 'pnod' |
|---|
| 124 | n/a | want = 'shor' |
|---|
| 125 | n/a | class _Prop_socket(aetools.NProperty): |
|---|
| 126 | n/a | """socket - the LocalTalk socket number """ |
|---|
| 127 | n/a | which = 'psoc' |
|---|
| 128 | n/a | want = 'shor' |
|---|
| 129 | n/a | |
|---|
| 130 | n/a | LocalTalk_addresses = LocalTalk_address |
|---|
| 131 | n/a | |
|---|
| 132 | n/a | class SCSI_address(aetools.ComponentItem): |
|---|
| 133 | n/a | """SCSI address - Addresses a SCSI device """ |
|---|
| 134 | n/a | want = 'cscs' |
|---|
| 135 | n/a | class _Prop_LUN(aetools.NProperty): |
|---|
| 136 | n/a | """LUN - the SCSI logical unit number """ |
|---|
| 137 | n/a | which = 'pslu' |
|---|
| 138 | n/a | want = 'shor' |
|---|
| 139 | n/a | class _Prop_SCSI_bus(aetools.NProperty): |
|---|
| 140 | n/a | """SCSI bus - the SCSI bus number """ |
|---|
| 141 | n/a | which = 'pscb' |
|---|
| 142 | n/a | want = 'shor' |
|---|
| 143 | n/a | |
|---|
| 144 | n/a | SCSI_addresses = SCSI_address |
|---|
| 145 | n/a | |
|---|
| 146 | n/a | class Token_Ring_address(aetools.ComponentItem): |
|---|
| 147 | n/a | """Token Ring address - Addresses a device or service via the Token Ring protocol """ |
|---|
| 148 | n/a | want = 'ctok' |
|---|
| 149 | n/a | |
|---|
| 150 | n/a | Token_Ring_addresses = Token_Ring_address |
|---|
| 151 | n/a | |
|---|
| 152 | n/a | class USB_address(aetools.ComponentItem): |
|---|
| 153 | n/a | """USB address - Addresses a device on the Universal Serial Bus """ |
|---|
| 154 | n/a | want = 'cusb' |
|---|
| 155 | n/a | class _Prop_name(aetools.NProperty): |
|---|
| 156 | n/a | """name - the USB device name """ |
|---|
| 157 | n/a | which = 'pnam' |
|---|
| 158 | n/a | want = 'TEXT' |
|---|
| 159 | n/a | |
|---|
| 160 | n/a | USB_Addresses = USB_address |
|---|
| 161 | n/a | ADB_address._superclassnames = ['address_specification'] |
|---|
| 162 | n/a | ADB_address._privpropdict = { |
|---|
| 163 | n/a | 'ID' : _Prop_ID, |
|---|
| 164 | n/a | '_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_, |
|---|
| 165 | n/a | } |
|---|
| 166 | n/a | ADB_address._privelemdict = { |
|---|
| 167 | n/a | } |
|---|
| 168 | n/a | address_specification._superclassnames = [] |
|---|
| 169 | n/a | address_specification._privpropdict = { |
|---|
| 170 | n/a | 'conduit' : _Prop_conduit, |
|---|
| 171 | n/a | 'properties' : _Prop_properties, |
|---|
| 172 | n/a | 'protocol' : _Prop_protocol, |
|---|
| 173 | n/a | } |
|---|
| 174 | n/a | address_specification._privelemdict = { |
|---|
| 175 | n/a | } |
|---|
| 176 | n/a | AppleTalk_address._superclassnames = ['address_specification'] |
|---|
| 177 | n/a | AppleTalk_address._privpropdict = { |
|---|
| 178 | n/a | 'AppleTalk_machine' : _Prop_AppleTalk_machine, |
|---|
| 179 | n/a | 'AppleTalk_type' : _Prop_AppleTalk_type, |
|---|
| 180 | n/a | 'AppleTalk_zone' : _Prop_AppleTalk_zone, |
|---|
| 181 | n/a | '_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_, |
|---|
| 182 | n/a | } |
|---|
| 183 | n/a | AppleTalk_address._privelemdict = { |
|---|
| 184 | n/a | } |
|---|
| 185 | n/a | bus_slot._superclassnames = ['address_specification'] |
|---|
| 186 | n/a | bus_slot._privpropdict = { |
|---|
| 187 | n/a | 'ID' : _Prop_ID, |
|---|
| 188 | n/a | '_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_, |
|---|
| 189 | n/a | } |
|---|
| 190 | n/a | bus_slot._privelemdict = { |
|---|
| 191 | n/a | } |
|---|
| 192 | n/a | device_specification._superclassnames = [] |
|---|
| 193 | n/a | device_specification._privpropdict = { |
|---|
| 194 | n/a | 'device_address' : _Prop_device_address, |
|---|
| 195 | n/a | 'device_type' : _Prop_device_type, |
|---|
| 196 | n/a | 'properties' : _Prop_properties, |
|---|
| 197 | n/a | } |
|---|
| 198 | n/a | device_specification._privelemdict = { |
|---|
| 199 | n/a | } |
|---|
| 200 | n/a | Ethernet_address._superclassnames = ['address_specification'] |
|---|
| 201 | n/a | Ethernet_address._privpropdict = { |
|---|
| 202 | n/a | 'ID' : _Prop_ID, |
|---|
| 203 | n/a | '_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_, |
|---|
| 204 | n/a | } |
|---|
| 205 | n/a | Ethernet_address._privelemdict = { |
|---|
| 206 | n/a | } |
|---|
| 207 | n/a | FireWire_address._superclassnames = ['address_specification'] |
|---|
| 208 | n/a | FireWire_address._privpropdict = { |
|---|
| 209 | n/a | 'ID' : _Prop_ID, |
|---|
| 210 | n/a | '_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_, |
|---|
| 211 | n/a | } |
|---|
| 212 | n/a | FireWire_address._privelemdict = { |
|---|
| 213 | n/a | } |
|---|
| 214 | n/a | IP_address._superclassnames = ['address_specification'] |
|---|
| 215 | n/a | IP_address._privpropdict = { |
|---|
| 216 | n/a | 'DNS_form' : _Prop_DNS_form, |
|---|
| 217 | n/a | 'ID' : _Prop_ID, |
|---|
| 218 | n/a | '_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_, |
|---|
| 219 | n/a | 'port' : _Prop_port, |
|---|
| 220 | n/a | } |
|---|
| 221 | n/a | IP_address._privelemdict = { |
|---|
| 222 | n/a | } |
|---|
| 223 | n/a | LocalTalk_address._superclassnames = ['address_specification'] |
|---|
| 224 | n/a | LocalTalk_address._privpropdict = { |
|---|
| 225 | n/a | '_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_, |
|---|
| 226 | n/a | 'network' : _Prop_network, |
|---|
| 227 | n/a | 'node' : _Prop_node, |
|---|
| 228 | n/a | 'socket' : _Prop_socket, |
|---|
| 229 | n/a | } |
|---|
| 230 | n/a | LocalTalk_address._privelemdict = { |
|---|
| 231 | n/a | } |
|---|
| 232 | n/a | SCSI_address._superclassnames = ['address_specification'] |
|---|
| 233 | n/a | SCSI_address._privpropdict = { |
|---|
| 234 | n/a | 'ID' : _Prop_ID, |
|---|
| 235 | n/a | 'LUN' : _Prop_LUN, |
|---|
| 236 | n/a | 'SCSI_bus' : _Prop_SCSI_bus, |
|---|
| 237 | n/a | '_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_, |
|---|
| 238 | n/a | } |
|---|
| 239 | n/a | SCSI_address._privelemdict = { |
|---|
| 240 | n/a | } |
|---|
| 241 | n/a | Token_Ring_address._superclassnames = ['address_specification'] |
|---|
| 242 | n/a | Token_Ring_address._privpropdict = { |
|---|
| 243 | n/a | 'ID' : _Prop_ID, |
|---|
| 244 | n/a | '_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_, |
|---|
| 245 | n/a | } |
|---|
| 246 | n/a | Token_Ring_address._privelemdict = { |
|---|
| 247 | n/a | } |
|---|
| 248 | n/a | USB_address._superclassnames = ['address_specification'] |
|---|
| 249 | n/a | USB_address._privpropdict = { |
|---|
| 250 | n/a | '_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_, |
|---|
| 251 | n/a | 'name' : _Prop_name, |
|---|
| 252 | n/a | } |
|---|
| 253 | n/a | USB_address._privelemdict = { |
|---|
| 254 | n/a | } |
|---|
| 255 | n/a | _Enum_econ = { |
|---|
| 256 | n/a | 'ADB' : 'eadb', # |
|---|
| 257 | n/a | 'printer_port' : 'ecpp', # |
|---|
| 258 | n/a | 'modem_port' : 'ecmp', # |
|---|
| 259 | n/a | 'modem_printer_port' : 'empp', # |
|---|
| 260 | n/a | 'LocalTalk' : 'eclt', # |
|---|
| 261 | n/a | 'Ethernet' : 'ecen', # |
|---|
| 262 | n/a | 'Token_Ring' : 'etok', # |
|---|
| 263 | n/a | 'SCSI' : 'ecsc', # |
|---|
| 264 | n/a | 'USB' : 'ecus', # |
|---|
| 265 | n/a | 'FireWire' : 'ecfw', # |
|---|
| 266 | n/a | 'infrared' : 'ecir', # |
|---|
| 267 | n/a | 'PC_card' : 'ecpc', # |
|---|
| 268 | n/a | 'PCI_bus' : 'ecpi', # |
|---|
| 269 | n/a | 'NuBus' : 'enub', # |
|---|
| 270 | n/a | 'PDS_slot' : 'ecpd', # |
|---|
| 271 | n/a | 'Comm_slot' : 'eccm', # |
|---|
| 272 | n/a | 'monitor_out' : 'ecmn', # |
|---|
| 273 | n/a | 'video_out' : 'ecvo', # |
|---|
| 274 | n/a | 'video_in' : 'ecvi', # |
|---|
| 275 | n/a | 'audio_out' : 'ecao', # |
|---|
| 276 | n/a | 'audio_line_in' : 'ecai', # |
|---|
| 277 | n/a | 'audio_line_out' : 'ecal', # |
|---|
| 278 | n/a | 'microphone' : 'ecmi', # |
|---|
| 279 | n/a | } |
|---|
| 280 | n/a | |
|---|
| 281 | n/a | _Enum_edvt = { |
|---|
| 282 | n/a | 'hard_disk_drive' : 'ehd ', # |
|---|
| 283 | n/a | 'floppy_disk_drive' : 'efd ', # |
|---|
| 284 | n/a | 'CD_ROM_drive' : 'ecd ', # |
|---|
| 285 | n/a | 'DVD_drive' : 'edvd', # |
|---|
| 286 | n/a | 'storage_device' : 'edst', # |
|---|
| 287 | n/a | 'keyboard' : 'ekbd', # |
|---|
| 288 | n/a | 'mouse' : 'emou', # |
|---|
| 289 | n/a | 'trackball' : 'etrk', # |
|---|
| 290 | n/a | 'trackpad' : 'edtp', # |
|---|
| 291 | n/a | 'pointing_device' : 'edpd', # |
|---|
| 292 | n/a | 'video_monitor' : 'edvm', # |
|---|
| 293 | n/a | 'LCD_display' : 'edlc', # |
|---|
| 294 | n/a | 'display' : 'edds', # |
|---|
| 295 | n/a | 'modem' : 'edmm', # |
|---|
| 296 | n/a | 'PC_card' : 'ecpc', # |
|---|
| 297 | n/a | 'PCI_card' : 'edpi', # |
|---|
| 298 | n/a | 'NuBus_card' : 'ednb', # |
|---|
| 299 | n/a | 'printer' : 'edpr', # |
|---|
| 300 | n/a | 'speakers' : 'edsp', # |
|---|
| 301 | n/a | 'microphone' : 'ecmi', # |
|---|
| 302 | n/a | } |
|---|
| 303 | n/a | |
|---|
| 304 | n/a | _Enum_epro = { |
|---|
| 305 | n/a | 'serial' : 'epsr', # |
|---|
| 306 | n/a | 'AppleTalk' : 'epat', # |
|---|
| 307 | n/a | 'IP' : 'epip', # |
|---|
| 308 | n/a | 'SCSI' : 'ecsc', # |
|---|
| 309 | n/a | 'ADB' : 'eadb', # |
|---|
| 310 | n/a | 'FireWire' : 'ecfw', # |
|---|
| 311 | n/a | 'IrDA' : 'epir', # |
|---|
| 312 | n/a | 'IRTalk' : 'epit', # |
|---|
| 313 | n/a | 'USB' : 'ecus', # |
|---|
| 314 | n/a | 'PC_card' : 'ecpc', # |
|---|
| 315 | n/a | 'PCI_bus' : 'ecpi', # |
|---|
| 316 | n/a | 'NuBus' : 'enub', # |
|---|
| 317 | n/a | 'bus' : 'ebus', # |
|---|
| 318 | n/a | 'Macintosh_video' : 'epmv', # |
|---|
| 319 | n/a | 'SVGA' : 'epsg', # |
|---|
| 320 | n/a | 'S_video' : 'epsv', # |
|---|
| 321 | n/a | 'analog_audio' : 'epau', # |
|---|
| 322 | n/a | 'digital_audio' : 'epda', # |
|---|
| 323 | n/a | 'PostScript' : 'epps', # |
|---|
| 324 | n/a | } |
|---|
| 325 | n/a | |
|---|
| 326 | n/a | |
|---|
| 327 | n/a | # |
|---|
| 328 | n/a | # Indices of types declared in this module |
|---|
| 329 | n/a | # |
|---|
| 330 | n/a | _classdeclarations = { |
|---|
| 331 | n/a | 'cadb' : ADB_address, |
|---|
| 332 | n/a | 'cadr' : address_specification, |
|---|
| 333 | n/a | 'cat ' : AppleTalk_address, |
|---|
| 334 | n/a | 'cbus' : bus_slot, |
|---|
| 335 | n/a | 'cdev' : device_specification, |
|---|
| 336 | n/a | 'cen ' : Ethernet_address, |
|---|
| 337 | n/a | 'cfw ' : FireWire_address, |
|---|
| 338 | n/a | 'cip ' : IP_address, |
|---|
| 339 | n/a | 'clt ' : LocalTalk_address, |
|---|
| 340 | n/a | 'cscs' : SCSI_address, |
|---|
| 341 | n/a | 'ctok' : Token_Ring_address, |
|---|
| 342 | n/a | 'cusb' : USB_address, |
|---|
| 343 | n/a | } |
|---|
| 344 | n/a | |
|---|
| 345 | n/a | _propdeclarations = { |
|---|
| 346 | n/a | 'ID ' : _Prop_ID, |
|---|
| 347 | n/a | 'c@#^' : _Prop__3c_inheritance_3e_, |
|---|
| 348 | n/a | 'pALL' : _Prop_properties, |
|---|
| 349 | n/a | 'patm' : _Prop_AppleTalk_machine, |
|---|
| 350 | n/a | 'patt' : _Prop_AppleTalk_type, |
|---|
| 351 | n/a | 'patz' : _Prop_AppleTalk_zone, |
|---|
| 352 | n/a | 'pcon' : _Prop_conduit, |
|---|
| 353 | n/a | 'pdns' : _Prop_DNS_form, |
|---|
| 354 | n/a | 'pdva' : _Prop_device_address, |
|---|
| 355 | n/a | 'pdvt' : _Prop_device_type, |
|---|
| 356 | n/a | 'pnam' : _Prop_name, |
|---|
| 357 | n/a | 'pnet' : _Prop_network, |
|---|
| 358 | n/a | 'pnod' : _Prop_node, |
|---|
| 359 | n/a | 'ppor' : _Prop_port, |
|---|
| 360 | n/a | 'pprt' : _Prop_protocol, |
|---|
| 361 | n/a | 'pscb' : _Prop_SCSI_bus, |
|---|
| 362 | n/a | 'pslu' : _Prop_LUN, |
|---|
| 363 | n/a | 'psoc' : _Prop_socket, |
|---|
| 364 | n/a | } |
|---|
| 365 | n/a | |
|---|
| 366 | n/a | _compdeclarations = { |
|---|
| 367 | n/a | } |
|---|
| 368 | n/a | |
|---|
| 369 | n/a | _enumdeclarations = { |
|---|
| 370 | n/a | 'econ' : _Enum_econ, |
|---|
| 371 | n/a | 'edvt' : _Enum_edvt, |
|---|
| 372 | n/a | 'epro' : _Enum_epro, |
|---|
| 373 | n/a | } |
|---|