Package flumotion :: Package common :: Module enum :: Class Enum
[hide private]

EnumMetaClass Enum

source code

                        object --+
                                 |
twisted.spread.jelly.Jellyable --+
                                 |
                                Enum

Instance Methods [hide private]
 
__init__(self, value, name, nick=None) source code
 
__repr__(self) source code
 
jellyFor(self, jellier) source code

Inherited from twisted.spread.jelly.Jellyable: __providedBy__, __provides__, getStateFor

Class Methods [hide private]
 
get(klass, value) source code
 
set(klass, value, item) source code
Class Variables [hide private]

Inherited from twisted.spread.jelly.Jellyable: __implemented__

Method Details [hide private]

__init__(self, value, name, nick=None)
(Constructor)

source code 
Overrides: object.__init__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 
Overrides: object.__repr__
(inherited documentation)

jellyFor(self, jellier)

source code 
Overrides: twisted.spread.jelly.Jellyable.jellyFor
(inherited documentation)