Stash Software API  2.0.0
Static Public Attributes | List of all members
sProcess.dataLib.DisplayMessage Class Reference

[ ENUM CLASS ] - Display messages. More...

Inheritance diagram for sProcess.dataLib.DisplayMessage:
sCore.enumAbs.Enum

Static Public Attributes

int kNone = 0
 [ int ] - Do not display any messages. More...
 
int kAll = 1
 [ int ] - Display all messages. More...
 
int kInfo = 2
 [ int ] - Display only info messages. More...
 
int kSuccess = 3
 [ int ] - Display only success messages. More...
 
int kWarning = 4
 [ int ] - Display only warning messages. More...
 
int kFailure = 5
 [ int ] - Display only failure messages. 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 ] - Display messages.

Member Data Documentation

◆ kNone

int sProcess.dataLib.DisplayMessage.kNone = 0
static

[ int ] - Do not display any messages.

◆ kAll

int sProcess.dataLib.DisplayMessage.kAll = 1
static

[ int ] - Display all messages.

◆ kInfo

int sProcess.dataLib.DisplayMessage.kInfo = 2
static

[ int ] - Display only info messages.

◆ kSuccess

int sProcess.dataLib.DisplayMessage.kSuccess = 3
static

[ int ] - Display only success messages.

◆ kWarning

int sProcess.dataLib.DisplayMessage.kWarning = 4
static

[ int ] - Display only warning messages.

◆ kFailure

int sProcess.dataLib.DisplayMessage.kFailure = 5
static

[ int ] - Display only failure messages.


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