Source code for models_v2.run_type_6_enum

# -*- coding: utf-8 -*-

[docs]class RunType6Enum(object): """Implementation of the 'runType6' enum. TODO: type enum description here. Attributes: KREGULAR: TODO: type description here. KFULL: TODO: type description here. KLOG: TODO: type description here. KSYSTEM: TODO: type description here. KHYDRATECDP: TODO: type description here. """ KREGULAR = 'kRegular' KFULL = 'kFull' KLOG = 'kLog' KSYSTEM = 'kSystem' KHYDRATECDP = 'kHydrateCDP'