"khard.object_type"
*******************

Helper module for validating typed vcard properties


Module Contents
===============


Classes
-------

+------------+--------------------------------------------------------------------------------------------+
| "ObjectTy  | Generic enumeration.                                                                       |
| pe"        |                                                                                            |
+------------+--------------------------------------------------------------------------------------------+

class khard.object_type.ObjectType

   Bases: "enum.Enum"

   Generic enumeration.

   Derive from this class to define new enumerations.

   string = 1

   list_with_strings = 2

   string_or_list_with_strings = 3
