public enum WildcardType extends Enum<WildcardType>
| Enum Constant and Description |
|---|
POSTFIX
Generated enum value for
WildcardType.POSTFIX value defined at extension solrfacetsearch. |
PREFIX
Generated enum value for
WildcardType.PREFIX value defined at extension solrfacetsearch. |
PREFIX_AND_POSTFIX
Generated enum value for
WildcardType.PREFIX_AND_POSTFIX value defined at extension solrfacetsearch. |
| Modifier and Type | Method and Description |
|---|---|
static WildcardType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WildcardType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WildcardType PREFIX
WildcardType.PREFIX value defined at extension solrfacetsearch.public static final WildcardType POSTFIX
WildcardType.POSTFIX value defined at extension solrfacetsearch.public static final WildcardType PREFIX_AND_POSTFIX
WildcardType.PREFIX_AND_POSTFIX value defined at extension solrfacetsearch.public static WildcardType[] values()
for (WildcardType c : WildcardType.values()) System.out.println(c);
public static WildcardType 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 © 2017 SAP SE. All Rights Reserved.