public static enum SolrUtils.Modifier extends Enum<SolrUtils.Modifier>
Enum Constant and Description |
---|
ADD |
INC |
REMOVE |
REMOVEREGEX |
SET |
Modifier and Type | Method and Description |
---|---|
static SolrUtils.Modifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SolrUtils.Modifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SolrUtils.Modifier SET
public static final SolrUtils.Modifier ADD
public static final SolrUtils.Modifier INC
public static final SolrUtils.Modifier REMOVE
public static final SolrUtils.Modifier REMOVEREGEX
public static SolrUtils.Modifier[] values()
for (SolrUtils.Modifier c : SolrUtils.Modifier.values()) System.out.println(c);
public static SolrUtils.Modifier 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 © 2007–2018 Ubiquitous Knowledge Processing (UKP) Lab, Technische Universität Darmstadt. All rights reserved.