MECO™ API Reference
|
[ ENUM CLASS ] - Project folder structure. More...
Static Public Attributes | |
string | kDevelopers = 'developers' |
[ str ] - Developers folder name. | |
string | kDoc = 'doc' |
[ str ] - Documentation folder name. | |
kDocDeveloper = join(kDoc, 'developer') | |
[ str ] - Developer documentation folder name. | |
kDocDeveloperCPPAPIReference = join(kDocDeveloper, 'cppAPIReference') | |
[ str ] - Developer C++ API reference folder name. | |
kDocDeveloperPythonAPIReference = join(kDocDeveloper, 'pythonAPIReference') | |
[ str ] - Developer Python API reference folder name. | |
string | kExternal = 'external' |
[ str ] - External packages folder name. | |
string | kInternal = 'internal' |
[ str ] - Internal packages folder name. | |
string | kUsers = 'users' |
[ str ] - Users folder name. | |
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 ] - Project folder structure.