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

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

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


Enum Constant Summary
SINGLE_REPOSITORY
           
VIRTUAL_REPOSITORY
           
 
Method Summary
static GroupSpaceSearch.RepositoryScope valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GroupSpaceSearch.RepositoryScope[] 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

SINGLE_REPOSITORY

public static final GroupSpaceSearch.RepositoryScope SINGLE_REPOSITORY

VIRTUAL_REPOSITORY

public static final GroupSpaceSearch.RepositoryScope VIRTUAL_REPOSITORY
Method Detail

values

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


valueOf

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



Copyright © 2006 BEA Systems, Inc. All Rights Reserved