Stash Software API  2.0.0
Static Public Attributes | List of all members
sStashApp.stashAppLib.StashAppFileAttribute Class Reference

[ ENUM CLASS ] - Stash App file attributes. More...

Inheritance diagram for sStashApp.stashAppLib.StashAppFileAttribute:
sCore.enumAbs.Enum

Static Public Attributes

string kDeveloper = 'developer'
 [ str ] - Developer. More...
 
string kDescription = 'description'
 [ str ] - Description. More...
 
string kDarwinExecutable = 'darwinExecutable'
 [ str ] - Darwin executable. More...
 
string kLinuxExecutable = 'linuxExecutable'
 [ str ] - Linux executable. More...
 
string kWindowsExecutable = 'windowsExecutable'
 [ str ] - Windows executable. More...
 
string kSettingsName = 'settingsName'
 [ str ] - Settings name. More...
 
string kFolderName = 'folderName'
 [ str ] - Folder name. More...
 
string kVersion = 'version'
 [ str ] - Version. More...
 
string kIgnorePackages = 'ignorePackages'
 [ str ] - Ignore packages. More...
 

Additional Inherited Members

- Public Member Functions inherited from sCore.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 ] - Stash App file attributes.

Member Data Documentation

◆ kDeveloper

string sStashApp.stashAppLib.StashAppFileAttribute.kDeveloper = 'developer'
static

[ str ] - Developer.

◆ kDescription

string sStashApp.stashAppLib.StashAppFileAttribute.kDescription = 'description'
static

[ str ] - Description.

◆ kDarwinExecutable

string sStashApp.stashAppLib.StashAppFileAttribute.kDarwinExecutable = 'darwinExecutable'
static

[ str ] - Darwin executable.

◆ kLinuxExecutable

string sStashApp.stashAppLib.StashAppFileAttribute.kLinuxExecutable = 'linuxExecutable'
static

[ str ] - Linux executable.

◆ kWindowsExecutable

string sStashApp.stashAppLib.StashAppFileAttribute.kWindowsExecutable = 'windowsExecutable'
static

[ str ] - Windows executable.

◆ kSettingsName

string sStashApp.stashAppLib.StashAppFileAttribute.kSettingsName = 'settingsName'
static

[ str ] - Settings name.

◆ kFolderName

string sStashApp.stashAppLib.StashAppFileAttribute.kFolderName = 'folderName'
static

[ str ] - Folder name.

◆ kVersion

string sStashApp.stashAppLib.StashAppFileAttribute.kVersion = 'version'
static

[ str ] - Version.

◆ kIgnorePackages

string sStashApp.stashAppLib.StashAppFileAttribute.kIgnorePackages = 'ignorePackages'
static

[ str ] - Ignore packages.


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