public static enum Facet.Field extends java.lang.Enum<Facet.Field>
Enum Constant and Description |
---|
INFOS |
NB_CATEGORIES_CLIPPED |
REFINABLE |
SUB_FACETS |
TOTAL_CATEGORIES_CLIPPED |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
identifier() |
static Facet.Field |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Facet.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Facet.Field REFINABLE
public static final Facet.Field INFOS
public static final Facet.Field NB_CATEGORIES_CLIPPED
public static final Facet.Field TOTAL_CATEGORIES_CLIPPED
public static final Facet.Field SUB_FACETS
public static Facet.Field[] values()
for (Facet.Field c : Facet.Field.values()) System.out.println(c);
public static Facet.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 © 2013 Dassault Systèmes, All Rights Reserved.