org.activemath.webapp.user
Class ContextDescription

java.lang.Object
  extended by org.activemath.webapp.user.ContextDescription

public class ContextDescription
extends Object


Field Summary
static ContextDescription BOOK
           
static ContextDescription EXERCISE
           
static ContextDescription MENU
           
 
Method Summary
 String getString()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MENU

public static ContextDescription MENU

BOOK

public static ContextDescription BOOK

EXERCISE

public static ContextDescription EXERCISE
Method Detail

getString

public String getString()

toString

public String toString()
Overrides:
toString in class Object