Home | Trees | Index | Help |
---|
Package pyGlobus :: Module rlsClient :: Class RlsAttr |
|
Method Summary | |
---|---|
Construct an instance. | |
Frees the memory associated with the handle | |
Formats instances for pretty printing. | |
Return *handle* - the SWIG'ized globus_rls_attribute_t pointer | |
Get the name of an attribute instance. | |
Get the object type of an attribute instance. | |
Get the type of an attribute instance. | |
Get the value of an attribute instance. | |
Set the name for an attribute. | |
Set the object type for an attribute. | |
Set the value type for an attribute. | |
Set the value for an attribute. |
Method Details |
---|
__init__(self,
handle=None)
Construct an instance.
|
__del__(self)
Frees the memory associated with the handle
|
__str__(self)
Formats instances for pretty printing.
|
get_handle(self)
|
get_name(self)Get the name of an attribute instance.
|
get_objtype(self)Get the object type of an attribute instance.
|
get_type(self)Get the type of an attribute instance.
|
get_val(self)Get the value of an attribute instance.
|
set_name(self, name)Set the name for an attribute.
|
set_objtype(self, objtype)Set the object type for an attribute.
|
set_type(self, type)Set the value type for an attribute.
|
set_val(self, val)Set the value for an attribute. Also sets the type of the value
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Tue Apr 4 14:32:56 2006 | http://epydoc.sf.net |