org.alfresco.repo.node.index
Class AbstractReindexComponent.InIndex

java.lang.Object
  extended by java.lang.Enum
      extended by org.alfresco.repo.node.index.AbstractReindexComponent.InIndex
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
AbstractReindexComponent

public static final class AbstractReindexComponent.InIndex
extends java.lang.Enum

See Also:
Serialized Form

Field Summary
static AbstractReindexComponent.InIndex INDETERMINATE
           
static AbstractReindexComponent.InIndex NO
           
static AbstractReindexComponent.InIndex YES
           
 
Method Summary
static AbstractReindexComponent.InIndex valueOf(java.lang.String name)
           
static AbstractReindexComponent.InIndex[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

YES

public static final AbstractReindexComponent.InIndex YES

NO

public static final AbstractReindexComponent.InIndex NO

INDETERMINATE

public static final AbstractReindexComponent.InIndex INDETERMINATE
Method Detail

values

public static AbstractReindexComponent.InIndex[] values()

valueOf

public static AbstractReindexComponent.InIndex valueOf(java.lang.String name)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.