public static enum AtomEntryContent.Type extends Enum<AtomEntryContent.Type>
| Modifier and Type | Method and Description |
|---|---|
static AtomEntryContent.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AtomEntryContent.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AtomEntryContent.Type HTML
public static final AtomEntryContent.Type MEDIA
public static final AtomEntryContent.Type TEXT
public static final AtomEntryContent.Type XHTML
public static final AtomEntryContent.Type XML
public static AtomEntryContent.Type[] values()
for (AtomEntryContent.Type c : AtomEntryContent.Type.values()) System.out.println(c);
public static AtomEntryContent.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null