Regenerated with property names with _Prop_ prepended.

This commit is contained in:
Jack Jansen 2003-04-01 22:05:14 +00:00
parent bc956056d4
commit 842273bcd7
53 changed files with 1697 additions and 2860 deletions

View file

@ -18,11 +18,11 @@ class Macintosh_Connectivity_Clas_Events:
class ADB_address(aetools.ComponentItem):
"""ADB address - Addresses a device connected via Apple Desktop Bus """
want = 'cadb'
class _3c_inheritance_3e_(aetools.NProperty):
class _Prop__3c_inheritance_3e_(aetools.NProperty):
"""<inheritance> - inherits some of its properties from this class """
which = 'c@#^'
want = 'cadr'
class ID(aetools.NProperty):
class _Prop_ID(aetools.NProperty):
"""ID - the Apple Desktop Bus device ID """
which = 'ID '
want = 'shor'
@ -32,15 +32,15 @@ ADB_addresses = ADB_address
class address_specification(aetools.ComponentItem):
"""address specification - Unique designation of a device or service connected to this computer """
want = 'cadr'
class conduit(aetools.NProperty):
class _Prop_conduit(aetools.NProperty):
"""conduit - How the addressee is physically connected """
which = 'pcon'
want = 'econ'
class properties(aetools.NProperty):
class _Prop_properties(aetools.NProperty):
"""properties - property that allows getting and setting of multiple properties """
which = 'pALL'
want = 'reco'
class protocol(aetools.NProperty):
class _Prop_protocol(aetools.NProperty):
"""protocol - How to talk to this addressee """
which = 'pprt'
want = 'epro'
@ -50,15 +50,15 @@ address_specifications = address_specification
class AppleTalk_address(aetools.ComponentItem):
"""AppleTalk address - Addresses a device or service connected via the AppleTalk protocol """
want = 'cat '
class AppleTalk_machine(aetools.NProperty):
class _Prop_AppleTalk_machine(aetools.NProperty):
"""AppleTalk machine - the machine name part of the address """
which = 'patm'
want = 'TEXT'
class AppleTalk_type(aetools.NProperty):
class _Prop_AppleTalk_type(aetools.NProperty):
"""AppleTalk type - the type part of the AppleTalk address """
which = 'patt'
want = 'TEXT'
class AppleTalk_zone(aetools.NProperty):
class _Prop_AppleTalk_zone(aetools.NProperty):
"""AppleTalk zone - the zone part of the address """
which = 'patz'
want = 'TEXT'
@ -74,11 +74,11 @@ bus_slots = bus_slot
class device_specification(aetools.ComponentItem):
"""device specification - A device connected to a computer """
want = 'cdev'
class device_address(aetools.NProperty):
class _Prop_device_address(aetools.NProperty):
"""device address - the address of the device """
which = 'pdva'
want = 'cadr'
class device_type(aetools.NProperty):
class _Prop_device_type(aetools.NProperty):
"""device type - the kind of device """
which = 'pdvt'
want = 'edvt'
@ -100,11 +100,11 @@ FireWire_addresses = FireWire_address
class IP_address(aetools.ComponentItem):
"""IP address - Addresses a device or service via the Internet Protocol (IP) """
want = 'cip '
class DNS_form(aetools.NProperty):
class _Prop_DNS_form(aetools.NProperty):
"""DNS form - the address in the form "apple.com" """
which = 'pdns'
want = 'TEXT'
class port(aetools.NProperty):
class _Prop_port(aetools.NProperty):
"""port - the port number of the service or client being addressed """
which = 'ppor'
want = 'TEXT'
@ -114,15 +114,15 @@ IP_addresses = IP_address
class LocalTalk_address(aetools.ComponentItem):
"""LocalTalk address - Addresses a device by its LocalTalk address """
want = 'clt '
class network(aetools.NProperty):
class _Prop_network(aetools.NProperty):
"""network - the LocalTalk network number """
which = 'pnet'
want = 'shor'
class node(aetools.NProperty):
class _Prop_node(aetools.NProperty):
"""node - the LocalTalk node number """
which = 'pnod'
want = 'shor'
class socket(aetools.NProperty):
class _Prop_socket(aetools.NProperty):
"""socket - the LocalTalk socket number """
which = 'psoc'
want = 'shor'
@ -132,11 +132,11 @@ LocalTalk_addresses = LocalTalk_address
class SCSI_address(aetools.ComponentItem):
"""SCSI address - Addresses a SCSI device """
want = 'cscs'
class LUN(aetools.NProperty):
class _Prop_LUN(aetools.NProperty):
"""LUN - the SCSI logical unit number """
which = 'pslu'
want = 'shor'
class SCSI_bus(aetools.NProperty):
class _Prop_SCSI_bus(aetools.NProperty):
"""SCSI bus - the SCSI bus number """
which = 'pscb'
want = 'shor'
@ -152,7 +152,7 @@ Token_Ring_addresses = Token_Ring_address
class USB_address(aetools.ComponentItem):
"""USB address - Addresses a device on the Universal Serial Bus """
want = 'cusb'
class name(aetools.NProperty):
class _Prop_name(aetools.NProperty):
"""name - the USB device name """
which = 'pnam'
want = 'TEXT'
@ -160,95 +160,95 @@ class name(aetools.NProperty):
USB_Addresses = USB_address
ADB_address._superclassnames = ['address_specification']
ADB_address._privpropdict = {
'ID' : ID,
'_3c_inheritance_3e_' : _3c_inheritance_3e_,
'ID' : _Prop_ID,
'_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_,
}
ADB_address._privelemdict = {
}
address_specification._superclassnames = []
address_specification._privpropdict = {
'conduit' : conduit,
'properties' : properties,
'protocol' : protocol,
'conduit' : _Prop_conduit,
'properties' : _Prop_properties,
'protocol' : _Prop_protocol,
}
address_specification._privelemdict = {
}
AppleTalk_address._superclassnames = ['address_specification']
AppleTalk_address._privpropdict = {
'AppleTalk_machine' : AppleTalk_machine,
'AppleTalk_type' : AppleTalk_type,
'AppleTalk_zone' : AppleTalk_zone,
'_3c_inheritance_3e_' : _3c_inheritance_3e_,
'AppleTalk_machine' : _Prop_AppleTalk_machine,
'AppleTalk_type' : _Prop_AppleTalk_type,
'AppleTalk_zone' : _Prop_AppleTalk_zone,
'_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_,
}
AppleTalk_address._privelemdict = {
}
bus_slot._superclassnames = ['address_specification']
bus_slot._privpropdict = {
'ID' : ID,
'_3c_inheritance_3e_' : _3c_inheritance_3e_,
'ID' : _Prop_ID,
'_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_,
}
bus_slot._privelemdict = {
}
device_specification._superclassnames = []
device_specification._privpropdict = {
'device_address' : device_address,
'device_type' : device_type,
'properties' : properties,
'device_address' : _Prop_device_address,
'device_type' : _Prop_device_type,
'properties' : _Prop_properties,
}
device_specification._privelemdict = {
}
Ethernet_address._superclassnames = ['address_specification']
Ethernet_address._privpropdict = {
'ID' : ID,
'_3c_inheritance_3e_' : _3c_inheritance_3e_,
'ID' : _Prop_ID,
'_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_,
}
Ethernet_address._privelemdict = {
}
FireWire_address._superclassnames = ['address_specification']
FireWire_address._privpropdict = {
'ID' : ID,
'_3c_inheritance_3e_' : _3c_inheritance_3e_,
'ID' : _Prop_ID,
'_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_,
}
FireWire_address._privelemdict = {
}
IP_address._superclassnames = ['address_specification']
IP_address._privpropdict = {
'DNS_form' : DNS_form,
'ID' : ID,
'_3c_inheritance_3e_' : _3c_inheritance_3e_,
'port' : port,
'DNS_form' : _Prop_DNS_form,
'ID' : _Prop_ID,
'_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_,
'port' : _Prop_port,
}
IP_address._privelemdict = {
}
LocalTalk_address._superclassnames = ['address_specification']
LocalTalk_address._privpropdict = {
'_3c_inheritance_3e_' : _3c_inheritance_3e_,
'network' : network,
'node' : node,
'socket' : socket,
'_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_,
'network' : _Prop_network,
'node' : _Prop_node,
'socket' : _Prop_socket,
}
LocalTalk_address._privelemdict = {
}
SCSI_address._superclassnames = ['address_specification']
SCSI_address._privpropdict = {
'ID' : ID,
'LUN' : LUN,
'SCSI_bus' : SCSI_bus,
'_3c_inheritance_3e_' : _3c_inheritance_3e_,
'ID' : _Prop_ID,
'LUN' : _Prop_LUN,
'SCSI_bus' : _Prop_SCSI_bus,
'_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_,
}
SCSI_address._privelemdict = {
}
Token_Ring_address._superclassnames = ['address_specification']
Token_Ring_address._privpropdict = {
'ID' : ID,
'_3c_inheritance_3e_' : _3c_inheritance_3e_,
'ID' : _Prop_ID,
'_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_,
}
Token_Ring_address._privelemdict = {
}
USB_address._superclassnames = ['address_specification']
USB_address._privpropdict = {
'_3c_inheritance_3e_' : _3c_inheritance_3e_,
'name' : name,
'_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_,
'name' : _Prop_name,
}
USB_address._privelemdict = {
}
@ -341,33 +341,3 @@ _classdeclarations = {
'ctok' : Token_Ring_address,
'cusb' : USB_address,
}
_propdeclarations = {
'ID ' : ID,
'c@#^' : _3c_inheritance_3e_,
'pALL' : properties,
'patm' : AppleTalk_machine,
'patt' : AppleTalk_type,
'patz' : AppleTalk_zone,
'pcon' : conduit,
'pdns' : DNS_form,
'pdva' : device_address,
'pdvt' : device_type,
'pnam' : name,
'pnet' : network,
'pnod' : node,
'ppor' : port,
'pprt' : protocol,
'pscb' : SCSI_bus,
'pslu' : LUN,
'psoc' : socket,
}
_compdeclarations = {
}
_enumdeclarations = {
'econ' : _Enum_econ,
'edvt' : _Enum_edvt,
'epro' : _Enum_epro,
}