com.bea.apps.groupspace.search
Enum GroupSpaceSearch.EnterpriseScope

java.lang.Object
  extended by java.lang.Enum<GroupSpaceSearch.EnterpriseScope>
      extended by com.bea.apps.groupspace.search.GroupSpaceSearch.EnterpriseScope
All Implemented Interfaces
Serializable, Comparable<GroupSpaceSearch.EnterpriseScope>
Enclosing class:
GroupSpaceSearch

public static enum GroupSpaceSearch.EnterpriseScope
extends Enum<GroupSpaceSearch.EnterpriseScope>


Enum Constant Summary
ALL_CONFIGURED
           
NAMED_RESOURCE
           
 
Method Summary
static GroupSpaceSearch.EnterpriseScope valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GroupSpaceSearch.EnterpriseScope[] values()
          Returns an array containing the constants of this enum type, in the order theyre declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ALL_CONFIGURED

public static final GroupSpaceSearch.EnterpriseScope ALL_CONFIGURED

NAMED_RESOURCE

public static final GroupSpaceSearch.EnterpriseScope NAMED_RESOURCE
Method Detail

values

public static final GroupSpaceSearch.EnterpriseScope[] values()
Returns an array containing the constants of this enum type, in the order theyre declared.


valueOf

public static GroupSpaceSearch.EnterpriseScope valueOf(String name)
Returns the enum constant of this type with the specified name.



Copyright © 2006 BEA Systems, Inc. All Rights Reserved