public static enum Facet.FacetType extends Enum<Facet.FacetType>
| Enum Constant and Description |
|---|
CATEGORIES
The categories facet
|
LICENSE
The license facet
|
PROJECT_TYPE
The project type facet
|
VERSIONS
The versions facet
|
| Modifier and Type | Method and Description |
|---|---|
static Facet.FacetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Facet.FacetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Facet.FacetType CATEGORIES
public static final Facet.FacetType VERSIONS
public static final Facet.FacetType LICENSE
public static final Facet.FacetType PROJECT_TYPE
public static Facet.FacetType[] values()
for (Facet.FacetType c : Facet.FacetType.values()) System.out.println(c);
public static Facet.FacetType 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 © 2026. All rights reserved.