public static enum ResultFeed.Field extends java.lang.Enum<ResultFeed.Field>
Enum Constant and Description |
---|
CONTEXT |
EMBEDDED |
ENTRIES |
ENTRY |
GENERATOR |
ID |
INFOS |
LAST_PAGE |
NHITS |
PAGE |
PARENT |
PER_PAGE |
Q |
QUERY |
START |
STATS |
URI |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
identifier() |
static ResultFeed.Field |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResultFeed.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResultFeed.Field NHITS
public static final ResultFeed.Field PAGE
public static final ResultFeed.Field LAST_PAGE
public static final ResultFeed.Field ID
public static final ResultFeed.Field Q
public static final ResultFeed.Field QUERY
public static final ResultFeed.Field START
public static final ResultFeed.Field PER_PAGE
public static final ResultFeed.Field CONTEXT
public static final ResultFeed.Field GENERATOR
public static final ResultFeed.Field URI
public static final ResultFeed.Field EMBEDDED
public static final ResultFeed.Field INFOS
public static final ResultFeed.Field ENTRIES
public static final ResultFeed.Field ENTRY
public static final ResultFeed.Field PARENT
public static final ResultFeed.Field STATS
public static ResultFeed.Field[] values()
for (ResultFeed.Field c : ResultFeed.Field.values()) System.out.println(c);
public static ResultFeed.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.