protected static enum AbstractLuceneIndexerImpl.FTSStatus extends Enum<AbstractLuceneIndexerImpl.FTSStatus>
| Modifier and Type | Method and Description |
|---|---|
static AbstractLuceneIndexerImpl.FTSStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractLuceneIndexerImpl.FTSStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractLuceneIndexerImpl.FTSStatus New
public static final AbstractLuceneIndexerImpl.FTSStatus Dirty
public static final AbstractLuceneIndexerImpl.FTSStatus Clean
public static AbstractLuceneIndexerImpl.FTSStatus[] values()
for (AbstractLuceneIndexerImpl.FTSStatus c : AbstractLuceneIndexerImpl.FTSStatus.values()) System.out.println(c);
public static AbstractLuceneIndexerImpl.FTSStatus 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–2018 Alfresco Software. All rights reserved.