Stash Software API  2.0.0
Static Public Attributes | List of all members
sDeveloper.developerLib.Developer.AttributeName Class Reference

[ ENUM CLASS ] - Attribute names class. More...

Inheritance diagram for sDeveloper.developerLib.Developer.AttributeName:
sCore.enumAbs.Enum

Static Public Attributes

string kUserName = 'USERNAME'
 [ str ] - User name. More...
 
string kName = 'NAME'
 [ str ] - Name. More...
 
string kPosition = 'POSITION'
 [ str ] - Position. More...
 
string kEmail = 'EMAIL'
 [ str ] - E-mail address. More...
 
string kSite = 'SITE'
 [ str ] - Current site. More...
 
string kURL = 'URL'
 [ str ] - URL
 

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 ] - Attribute names class.

Member Data Documentation

◆ kUserName

string sDeveloper.developerLib.Developer.AttributeName.kUserName = 'USERNAME'
static

[ str ] - User name.

◆ kName

string sDeveloper.developerLib.Developer.AttributeName.kName = 'NAME'
static

[ str ] - Name.

◆ kPosition

string sDeveloper.developerLib.Developer.AttributeName.kPosition = 'POSITION'
static

[ str ] - Position.

◆ kEmail

string sDeveloper.developerLib.Developer.AttributeName.kEmail = 'EMAIL'
static

[ str ] - E-mail address.

◆ kSite

string sDeveloper.developerLib.Developer.AttributeName.kSite = 'SITE'
static

[ str ] - Current site.


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