public static enum Hit.InfoKey extends java.lang.Enum<Hit.InfoKey>
Enum Constant and Description |
---|
BUILDGROUP |
DATAMODEL_CLASS |
DID |
DOCUMENT_NUMBER_OF_PAGES |
HTML_PREVIEWABLE |
IMG_PREVIEWABLE |
MASK
Deprecated.
|
RAW_FETCHABLE |
SCORE
Deprecated.
|
SLICE |
SORT
Deprecated.
|
SOURCE |
THUMBNAILABLE |
URL |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
key |
Modifier and Type | Method and Description |
---|---|
static Hit.InfoKey |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Hit.InfoKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final Hit.InfoKey SCORE
@Deprecated public static final Hit.InfoKey SORT
@Deprecated public static final Hit.InfoKey MASK
public static final Hit.InfoKey DID
public static final Hit.InfoKey SLICE
public static final Hit.InfoKey BUILDGROUP
public static final Hit.InfoKey URL
public static final Hit.InfoKey SOURCE
public static final Hit.InfoKey DOCUMENT_NUMBER_OF_PAGES
public static final Hit.InfoKey DATAMODEL_CLASS
public static final Hit.InfoKey RAW_FETCHABLE
public static final Hit.InfoKey HTML_PREVIEWABLE
public static final Hit.InfoKey IMG_PREVIEWABLE
public static final Hit.InfoKey THUMBNAILABLE
public static Hit.InfoKey[] values()
for (Hit.InfoKey c : Hit.InfoKey.values()) System.out.println(c);
public static Hit.InfoKey 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 nullCopyright © 2021 Dassault Systèmes, All Rights Reserved.