public static enum SolrConfig.HttpCachingConfig.LastModFrom extends java.lang.Enum<SolrConfig.HttpCachingConfig.LastModFrom>
| Enum Constant and Description |
|---|
BOGUS |
DIRLASTMOD |
OPENTIME |
| Modifier and Type | Method and Description |
|---|---|
static SolrConfig.HttpCachingConfig.LastModFrom |
parse(java.lang.String s)
Input must not be null
|
static SolrConfig.HttpCachingConfig.LastModFrom |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SolrConfig.HttpCachingConfig.LastModFrom[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SolrConfig.HttpCachingConfig.LastModFrom OPENTIME
public static final SolrConfig.HttpCachingConfig.LastModFrom DIRLASTMOD
public static final SolrConfig.HttpCachingConfig.LastModFrom BOGUS
public static SolrConfig.HttpCachingConfig.LastModFrom[] values()
for (SolrConfig.HttpCachingConfig.LastModFrom c : SolrConfig.HttpCachingConfig.LastModFrom.values()) System.out.println(c);
public static SolrConfig.HttpCachingConfig.LastModFrom valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static SolrConfig.HttpCachingConfig.LastModFrom parse(java.lang.String s)