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
           
private  String name
           
 
Constructor Summary
private Session.SessionType(String name)
           
 
Method Summary
 String getName()
           
static Session.SessionType getSessionTypeByName(String name)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DebugSession

public static final Session.SessionType DebugSession

MonitorSession

public static final Session.SessionType MonitorSession

name

private String name
Constructor Detail

Session.SessionType

private Session.SessionType(String name)
Method Detail

getName

public String getName()

getSessionTypeByName

public static Session.SessionType getSessionTypeByName(String name)

toString

public String toString()
Overrides:
toString in class Object