Uses of Class
org.hackystat.tickertape.tickerlingua.jaxb.LoggingLevel

Packages that use LoggingLevel
org.hackystat.tickertape.tickerlingua.jaxb   
 

Uses of LoggingLevel in org.hackystat.tickertape.tickerlingua.jaxb
 

Fields in org.hackystat.tickertape.tickerlingua.jaxb declared as LoggingLevel
protected  LoggingLevel Globals.loggingLevel
           
 

Methods in org.hackystat.tickertape.tickerlingua.jaxb that return LoggingLevel
 LoggingLevel ObjectFactory.createLoggingLevel()
          Create an instance of LoggingLevel
 LoggingLevel Globals.getLoggingLevel()
          Gets the value of the loggingLevel property.
 

Methods in org.hackystat.tickertape.tickerlingua.jaxb with parameters of type LoggingLevel
 void Globals.setLoggingLevel(LoggingLevel value)
          Sets the value of the loggingLevel property.