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

type 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__

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