MECO™ API Reference
|
[ ENUM CLASS ] - Env types. More...
Static Public Attributes | |
string | kPreBuild = 'Pre Build' |
[ enum ] - Pre build. | |
string | kReserved = 'Reserved' |
[ enum ] - Reserved. | |
string | kDevelopment = 'Development' |
[ enum ] - Development. | |
string | kStage = 'Stage' |
[ enum ] - Stage. | |
string | kProjectInternal = 'Project Internal' |
[ enum ] - Project internal. | |
string | kProjectExternal = 'Project External' |
[ enum ] - Project external. | |
string | kMasterProjectInternal = 'Master Project Internal' |
[ enum ] - Master project internal. | |
string | kMasterProjectExternal = 'Master Project External' |
[ enum ] - Master project external. | |
string | kEnv = 'Env' |
[ enum ] - Env. | |
string | kInfo = 'Info' |
[ enum ] - Info. | |
string | kProductInfo = 'Product Info' |
[ enum ] - Product info. | |
string | kPostBuild = 'Post Build' |
[ enum ] - Post build. | |
Additional Inherited Members | |
Public Member Functions inherited from mMeco.core.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... | |
[ ENUM CLASS ] - Env types.