public static enum SolrConfig.HttpCachingConfig.LastModFrom extends Enum<SolrConfig.HttpCachingConfig.LastModFrom>
Enum Constant and Description |
---|
BOGUS |
DIRLASTMOD |
OPENTIME |
Modifier and Type | Method and Description |
---|---|
static SolrConfig.HttpCachingConfig.LastModFrom |
parse(String s)
Input must not be null
|
static SolrConfig.HttpCachingConfig.LastModFrom |
valueOf(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(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 nullpublic static SolrConfig.HttpCachingConfig.LastModFrom parse(String s)
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.