com.waveset.object
Class ScopeType
java.lang.Object
com.waveset.object.ScopeType
- public final class ScopeType
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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()