Enum

Inheritance:

Methods of Enum:

__contains__
def __contains__(self, value)

Undocumented function.

__init__
def __init__(self, items, start=0)

Undocumented function.

__iter__
def __iter__(self)

Undocumented function.

__len__
def __len__(self)

Undocumented function.

copyTo
def copyTo(self, obj)

Undocumented function.

getString
def getString(self, value)

Undocumented function.