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