class documentation

class EnumManager(object): (source)

Constructor: EnumManager()

View In Hierarchy

Load enumeration values from XML files in the product import folder.

Method __init__ Initialize the enum manager mixin.
Method getValues Return values for the named enumeration.
Class Variable getValues__roles__ Undocumented
def __init__(self): (source)

Initialize the enum manager mixin.

def getValues(self, id, path=None): (source)

Return values for the named enumeration.

Parameters
id:strEnumeration identifier.
path:strOptional base directory for enum XML files.
Returns
listEnumeration entries as a list of key/value pairs.
getValues__roles__ = (source)

Undocumented