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