MECO™ API Reference
|
[ ENUM CLASS ] - Class contains package Python file name suffixes. More...
Static Public Attributes | |
string | kAbs = 'Abs' |
[ str ] - Abstract. | |
string | kApp = 'App' |
[ str ] - Application info. | |
string | kCon = 'Con' |
[ str ] - Configuration. | |
string | kCnt = 'Cnt' |
[ str ] - Container. | |
string | kCmd = 'Cmd' |
[ str ] - Command. | |
string | kDep = 'Dep' |
[ str ] - Dependency. | |
string | kDepList = 'DepList' |
[ str ] - Dependency list. | |
string | kGui = 'Gui' |
[ str ] - Graphical User Interface. | |
string | kWidget = 'Wgt' |
[ str ] - Custom widgets. | |
string | kLib = 'Lib' |
[ str ] - Library. | |
string | kTest = 'Test' |
[ str ] - Test. | |
string | kPro = 'Pro' |
[ str ] - Process. | |
string | kProList = 'ProList' |
[ str ] - Process list. | |
string | kEx = 'Ex' |
[ str ] - Examples. | |
string | kExc = 'Exc' |
[ str ] - Exceptions. | |
string | kDoc = 'Doc' |
[ str ] - Documentation (Doxygen main page). | |
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 ] - Class contains package Python file name suffixes.