Stash Software API  2.0.0
Static Public Attributes | List of all members
sStashPackage.packageLib.PythonFileSuffix Class Reference

[ ENUM CLASS ] - Python file name suffixes. More...

Inheritance diagram for sStashPackage.packageLib.PythonFileSuffix:
sCore.enumAbs.Enum

Static Public Attributes

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

Member Data Documentation

◆ kAbs

string sStashPackage.packageLib.PythonFileSuffix.kAbs = 'Abs'
static

[ str ] - Abstract.

◆ kAppInfo

string sStashPackage.packageLib.PythonFileSuffix.kAppInfo = 'App'
static

[ str ] - Application info.

◆ kCon

string sStashPackage.packageLib.PythonFileSuffix.kCon = 'Con'
static

[ str ] - Configuration.

◆ kCnt

string sStashPackage.packageLib.PythonFileSuffix.kCnt = 'Cnt'
static

[ str ] - Container.

◆ kCmd

string sStashPackage.packageLib.PythonFileSuffix.kCmd = 'Cmd'
static

[ str ] - Command.

◆ kDep

string sStashPackage.packageLib.PythonFileSuffix.kDep = 'Dep'
static

[ str ] - Dependency.

◆ kDepList

string sStashPackage.packageLib.PythonFileSuffix.kDepList = 'DepList'
static

[ str ] - Dependency list.

◆ kGui

string sStashPackage.packageLib.PythonFileSuffix.kGui = 'Gui'
static

[ str ] - Graphical User Interface.

◆ kWidget

string sStashPackage.packageLib.PythonFileSuffix.kWidget = 'Wgt'
static

[ str ] - Custom widgets.

◆ kLib

string sStashPackage.packageLib.PythonFileSuffix.kLib = 'Lib'
static

[ str ] - Library.

◆ kTest

string sStashPackage.packageLib.PythonFileSuffix.kTest = 'Test'
static

[ str ] - Test.

◆ kPro

string sStashPackage.packageLib.PythonFileSuffix.kPro = 'Pro'
static

[ str ] - Process.

◆ kProList

string sStashPackage.packageLib.PythonFileSuffix.kProList = 'ProList'
static

[ str ] - Process list.

◆ kEx

string sStashPackage.packageLib.PythonFileSuffix.kEx = 'Ex'
static

[ str ] - Examples.

◆ kExc

string sStashPackage.packageLib.PythonFileSuffix.kExc = 'Exc'
static

[ str ] - Exceptions.

◆ kDoc

string sStashPackage.packageLib.PythonFileSuffix.kDoc = 'Doc'
static

[ str ] - Documentation (Doxygen main page).


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