A simple enumeration class.
Derived class should define class constants that begin with the lowercase letter "k". No other symbols should match.
Public Member Functions |
|
isValid () | |
Return True if value is a valid member of
this enumeration. |
|
itervalues () | |
Generator returning values of this
enumeration in an arbitrary order. |
Modes.Enum.isValid | ( | ) |
Return True if value is a valid member of this enumeration.
Modes.Enum.itervalues | ( | ) |
Generator returning values of this enumeration in an arbitrary order.