Provide a simple key/value pair for describing properties.
Used by the Person and Family objects to store descriptive
information.
|
__init__(self,
source=None)
Create a new Attribute object, copying from the source if provided. |
source code
|
|
|
|
|
|
list
|
|
list
|
|
list
|
|
list
|
|
|
set_type(self,
val)
Set the type (or key) of the Attribute instance. |
source code
|
|
|
get_type(self)
Return the type (or key) or the Attribute instance. |
source code
|
|
|
set_value(self,
val)
Set the value of the Attribute instance. |
source code
|
|
|
get_value(self)
Return the value of the Attribute instance. |
source code
|
|
Inherited from secondaryobj.SecondaryObject :
is_equal
Inherited from baseobj.BaseObject :
get_referenced_handles_recursively ,
matches_regexp ,
matches_string
Inherited from privacybase.PrivacyBase :
get_privacy ,
set_privacy
Inherited from srcbase.SourceBase :
add_source_reference ,
get_source_references ,
get_sourcref_child_list ,
has_source_reference ,
remove_source_references ,
replace_source_references ,
set_source_reference_list
Inherited from notebase.NoteBase :
add_note ,
get_note_child_list ,
get_note_list ,
get_referenced_note_handles ,
remove_note ,
set_note_list
|