public static enum FacetBuilder.Mode extends Enum<FacetBuilder.Mode>
Modifier and Type | Method and Description |
---|---|
abstract String |
toString() |
static FacetBuilder.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FacetBuilder.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FacetBuilder.Mode COLLECTOR
public static final FacetBuilder.Mode POST
public static FacetBuilder.Mode[] values()
for (FacetBuilder.Mode c : FacetBuilder.Mode.values()) System.out.println(c);
public static FacetBuilder.Mode 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 abstract String toString()
toString
in class Enum<FacetBuilder.Mode>
Copyright © 2009–2015. All rights reserved.