Package gen :: Package lib :: Module childreftype :: Class ChildRefType
[frames] | no frames]

Class ChildRefType

source code


Provide the different ChildRef types.

Instance Methods
 
__init__(self, value=None)
Create a new type, initialize the value from one of several possible states.
source code

Inherited from grampstype.GrampsType: __cmp__, __int__, __str__, get_custom, get_map, get_standard_names, get_standard_xml, is_custom, is_default, serialize, set, set_from_xml_str, unserialize, xml_str

Class Variables
  NONE = 0
  BIRTH = 1
  ADOPTED = 2
  STEPCHILD = 3
  SPONSORED = 4
  FOSTER = 5
  UNKNOWN = 6
  CUSTOM = 7
Method Details

__init__(self, value=None)
(Constructor)

source code 

Create a new type, initialize the value from one of several possible states.

Overrides: grampstype.GrampsType.__init__
(inherited documentation)