com.waveset.object
Class ScopeType

java.lang.Object
  extended bycom.waveset.object.ScopeType

public final class ScopeType
extends java.lang.Object


Field Summary
protected static Trace _trace
           
static java.lang.String code_id
           
static ScopeType DEFAULT
           
static ScopeType GLOBAL
           
static ScopeType RESOURCE
           
static ScopeType RESTYPE
           
 
Method Summary
 boolean equals(ScopeType rhs)
           
 java.lang.String getId()
           
 ScopeType getPrevious()
           
 int getValue()
           
 boolean greaterThan(ScopeType rhs)
          Should this be turned around to compare < since Default scope is probably considered to be greater than RESOURCE scope?
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code_id

public static final java.lang.String code_id
See Also:
Constant Field Values

_trace

protected static final Trace _trace

DEFAULT

public static final ScopeType DEFAULT

GLOBAL

public static final ScopeType GLOBAL

RESTYPE

public static final ScopeType RESTYPE

RESOURCE

public static final ScopeType RESOURCE
Method Detail

getId

public java.lang.String getId()

getValue

public int getValue()

equals

public boolean equals(ScopeType rhs)

greaterThan

public boolean greaterThan(ScopeType rhs)
Should this be turned around to compare < since Default scope is probably considered to be greater than RESOURCE scope?


getPrevious

public ScopeType getPrevious()