public static enum FacetsContainer.Field extends java.lang.Enum<FacetsContainer.Field>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
identifier() |
static FacetsContainer.Field |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FacetsContainer.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FacetsContainer.Field FACETS
public static final FacetsContainer.Field FACET
public static FacetsContainer.Field[] values()
for (FacetsContainer.Field c : FacetsContainer.Field.values()) System.out.println(c);
public static FacetsContainer.Field valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String identifier()
Copyright © 2021 Dassault Systèmes, All Rights Reserved.