MECO™ API Reference
|
[ ENUM CLASS ] - Meco App file attributes. More...
Static Public Attributes | |
string | kDeveloper = 'developer' |
[ str ] - Developer. | |
string | kDescription = 'description' |
[ str ] - Description. | |
string | kDarwinExecutable = 'darwinExecutable' |
[ str ] - Darwin executable. | |
string | kLinuxExecutable = 'linuxExecutable' |
[ str ] - Linux executable. | |
string | kWindowsExecutable = 'windowsExecutable' |
[ str ] - Windows executable. | |
string | kGlobalEnvClassName = 'globalEnvClassName' |
[ str ] - Global env class name. | |
string | kApplication = 'application' |
[ str ] - Application. | |
string | kFolderName = 'folderName' |
[ str ] - Folder name. | |
string | kVersion = 'version' |
[ str ] - Version. | |
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... | |
[ ENUM CLASS ] - Meco App file attributes.