org.openspml.v2.msg.spmlsearch
Class Scope

java.lang.Object
  extended byorg.openspml.v2.util.EnumConstant
      extended byorg.openspml.v2.util.BasicStringEnumConstant
          extended byorg.openspml.v2.msg.spmlsearch.Scope
All Implemented Interfaces:
java.io.Serializable

public class Scope
extends BasicStringEnumConstant

Author:
kent.spaulding@sun.com

Date: Feb 16, 2006

See Also:
Serialized Form

Field Summary
static Scope ONELEVEL
           
static Scope PSO
           
static Scope SUBTREE
           
 
Constructor Summary
Scope(java.lang.String mValue)
           
 
Method Summary
static Scope[] getConstants()
           
 
Methods inherited from class org.openspml.v2.util.BasicStringEnumConstant
getConstant, toString
 
Methods inherited from class org.openspml.v2.util.EnumConstant
getEnumConstants, readResolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PSO

public static final Scope PSO

ONELEVEL

public static final Scope ONELEVEL

SUBTREE

public static final Scope SUBTREE
Constructor Detail

Scope

public Scope(java.lang.String mValue)
Method Detail

getConstants

public static Scope[] getConstants()


Copyright © Sun Microsystems, Inc. All Rights Reserved.