MECO™ API Reference
Static Public Attributes | List of all members
mProcess.dataLib.RunLevel Class Reference

[ ENUM CLASS ] - Run level. More...

Inheritance diagram for mProcess.dataLib.RunLevel:
mCore.enumAbs.Enum

Static Public Attributes

int kAll = 0
 [ int ] - Run pre dependencies, process and post dependencies.
 
int kPreDependenciesOnly = 1
 [ int ] - Run only pre dependencies.
 
int kPostDependenciesOnly = 2
 [ int ] - Run only post dependencies.
 
int kPreAndPostDependenciesOnly = 3
 [ int ] - Run only pre and post dependencies.
 
int kProcessOnly = 4
 [ int ] - Run process only without pre and post dependencies.
 
int kProcessAndPostDependenciesOnly = 5
 [ int ] - Run process and post dependencies only.
 

Additional Inherited Members

- Public Member Functions inherited from mCore.enumAbs.Enum
def listAttributes (cls, stringOnly=True, getValues=True, removeK=True, startAttrNamesLower=False)
 List static public attributes of the class. More...
 
def listAttributeElements (cls, attribute)
 List elements of a static public attribute. More...
 
def getAttributeNameFromValue (cls, value, removeK=True, defaultAttributeName=None, startLower=False)
 Get the name of the attribute for given value. More...
 
def getValueFromAttributeName (cls, attribute, removeK=False, defaultValue=None)
 Get value from attribute name. More...
 
def asDict (cls, removeK=True)
 Get all the attributes and their values in a dict instance. More...
 

Detailed Description

[ ENUM CLASS ] - Run level.


The documentation for this class was generated from the following file: