public static enum FacetField.FacetMethod extends Enum<FacetField.FacetMethod>
Modifier and Type | Method and Description |
---|---|
static FacetField.FacetMethod |
fromString(String method) |
static FacetField.FacetMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FacetField.FacetMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FacetField.FacetMethod DV
public static final FacetField.FacetMethod UIF
public static final FacetField.FacetMethod DVHASH
public static final FacetField.FacetMethod ENUM
public static final FacetField.FacetMethod STREAM
public static final FacetField.FacetMethod SMART
public static FacetField.FacetMethod[] values()
for (FacetField.FacetMethod c : FacetField.FacetMethod.values()) System.out.println(c);
public static FacetField.FacetMethod 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 FacetField.FacetMethod fromString(String method)
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.