public static enum Entry.Field extends java.lang.Enum<Entry.Field>
Enum Constant and Description |
---|
CONTENT |
ID |
IMAGE |
INDEX |
INFOS |
META |
METAS |
PARENT |
SUBFEEDS |
TITLE |
URI |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
identifier() |
static Entry.Field |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Entry.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Entry.Field TITLE
public static final Entry.Field ID
public static final Entry.Field IMAGE
public static final Entry.Field CONTENT
public static final Entry.Field INFOS
public static final Entry.Field URI
public static final Entry.Field METAS
public static final Entry.Field META
public static final Entry.Field SUBFEEDS
public static final Entry.Field INDEX
public static final Entry.Field PARENT
public static Entry.Field[] values()
for (Entry.Field c : Entry.Field.values()) System.out.println(c);
public static Entry.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.