frysk.gui.sessions
Class Session.SessionType

java.lang.Object
  extended by frysk.gui.sessions.Session.SessionType
Enclosing class:
Session

public static class Session.SessionType
extends Object


Field Summary
static Session.SessionType DebugSession
           
static Session.SessionType MonitorSession
           
 
Method Summary
 String getName()
           
static Session.SessionType getSessionTypeByName(String name)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DebugSession

public static final Session.SessionType DebugSession

MonitorSession

public static final Session.SessionType MonitorSession
Method Detail

getName

public String getName()

getSessionTypeByName

public static Session.SessionType getSessionTypeByName(String name)

toString

public String toString()
Overrides:
toString in class Object