diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/ccm.FourPartName-class.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/api/python/ccm.FourPartName-class.html Fri Sep 11 11:54:49 2009 +0100
@@ -0,0 +1,640 @@
+
+
+
+
+
+
+
+
+
+ |
+
+
+ __init__(self,
+ ifpn)
+ Create a FourPartName object based on a ifpn string. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ __getname(self)
+ Returns the name of the object. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ __getversion(self)
+ Returns the version of the object. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ __gettype(self)
+ Returns the type of the object. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ __getinstance(self)
+ Returns the instance of the object. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ __getobjectname(self)
+ Returns the objectname of the object. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ __str__(self)
+ Returns the string representation of the object. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ __repr__(self)
+ Returns the string representation of the python object. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ is_same_family(self,
+ ccmobject)
+ Returns True if the ccmobject is part of the same family (=same name, type and version) as self. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+ |
+
+
+ __eq__(self,
+ ccmobject)
+ Returns True if object four parts name are identical. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ __ne__(self,
+ ccmobject)
+ Returns True if object four parts name are different. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ name(self)
+ Returns the name of the object. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ version(self)
+ Returns the version of the object. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ type(self)
+ Returns the type of the object. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ instance(self)
+ Returns the instance of the object. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ objectname(self)
+ Returns the objectname of the object. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ |
+
+
+
+ Inherited from object :
+ __delattr__ ,
+ __getattribute__ ,
+ __hash__ ,
+ __new__ ,
+ __reduce__ ,
+ __reduce_ex__ ,
+ __setattr__
+
+ |
+
+
+
+