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