Stash Software API  2.0.0
Static Public Attributes | List of all members
sFileSystem.versionLib.Version Class Reference

[ ENUM CLASS ] - Versions. More...

Inheritance diagram for sFileSystem.versionLib.Version:
sCore.enumAbs.Enum

Static Public Attributes

string kAll = 'all'
 [ str ] - All. More...
 
string kLatest = 'latest'
 [ str ] - Latest. More...
 
string kCurrent = 'current'
 [ str ] - Current. More...
 
string kFirst = 'first'
 [ str ] - First. More...
 
string kLast = 'last'
 [ str ] - Last. More...
 
string kPrevious = 'previous'
 [ str ] - Previous. 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 ] - Versions.

Member Data Documentation

◆ kAll

string sFileSystem.versionLib.Version.kAll = 'all'
static

[ str ] - All.

◆ kLatest

string sFileSystem.versionLib.Version.kLatest = 'latest'
static

[ str ] - Latest.

◆ kCurrent

string sFileSystem.versionLib.Version.kCurrent = 'current'
static

[ str ] - Current.

◆ kFirst

string sFileSystem.versionLib.Version.kFirst = 'first'
static

[ str ] - First.

◆ kLast

string sFileSystem.versionLib.Version.kLast = 'last'
static

[ str ] - Last.

◆ kPrevious

string sFileSystem.versionLib.Version.kPrevious = 'previous'
static

[ str ] - Previous.


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