Package RelLib :: Module _EventRoleType :: Class EventRoleType
[frames] | no frames]

Class EventRoleType

source code


Instance Methods
 
__init__(self, value=None)
Creates 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
  UNKNOWN = -1
  CUSTOM = 0
  PRIMARY = 1
  CLERGY = 2
  CELEBRANT = 3
  AIDE = 4
  BRIDE = 5
  GROOM = 6
  WITNESS = 7
  FAMILY = 8
Method Details

__init__(self, value=None)
(Constructor)

source code 
Creates a new type, initialize the value from one of several possible states.
Overrides: _GrampsType.GrampsType.__init__
(inherited documentation)