public static enum AbstractReindexComponent.InIndex extends Enum<AbstractReindexComponent.InIndex>
Enum Constant and Description |
---|
INDETERMINATE |
NO |
YES |
Modifier and Type | Method and Description |
---|---|
static AbstractReindexComponent.InIndex |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractReindexComponent.InIndex[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractReindexComponent.InIndex YES
public static final AbstractReindexComponent.InIndex NO
public static final AbstractReindexComponent.InIndex INDETERMINATE
public static AbstractReindexComponent.InIndex[] values()
for (AbstractReindexComponent.InIndex c : AbstractReindexComponent.InIndex.values()) System.out.println(c);
public static AbstractReindexComponent.InIndex valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2005–2017 Alfresco Software. All rights reserved.