Package pyxb :: Package binding :: Module basis :: Class enumeration_mixin
[hide private]
[frames] | no frames]

Class enumeration_mixin

source code

object --+    
         |    
   cscRoot --+
             |
            enumeration_mixin
Known Subclasses:

Marker in case we need to know that a PST has an enumeration constraint facet.

Instance Methods [hide private]

Inherited from cscRoot: __init__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]
 
values(cls)
Return a list of values that the enumeration can take.
source code
 
itervalues(cls)
Return a generator for the values that the enumeration can take.
source code
 
items(cls)
Return the associated pyxb.binding.facet._EnumerationElement instances.
source code
 
iteritems(cls)
Generate the associated pyxb.binding.facet._EnumerationElement instances.
source code
Properties [hide private]

Inherited from object: __class__