com.waveset.session
Class Session.Scope

java.lang.Object
  extended bycom.waveset.session.Session.Scope
Enclosing class:
Session

public static class Session.Scope
extends java.lang.Object


Field Summary
static Session.Scope ALL
           
static Session.Scope IMMEDIATE
           
static Session.Scope[] ITEMS
           
 
Method Summary
 boolean equals(Session.Scope scope)
           
static Session.Scope fromString(java.lang.String name)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

IMMEDIATE

public static final Session.Scope IMMEDIATE

ALL

public static final Session.Scope ALL

ITEMS

public static final Session.Scope[] ITEMS
Method Detail

toString

public java.lang.String toString()

fromString

public static Session.Scope fromString(java.lang.String name)

equals

public boolean equals(Session.Scope scope)