| Package | Description |
|---|---|
| com.liferay.portal.kernel.atom |
| Modifier and Type | Method and Description |
|---|---|
AtomEntryContent.Type |
AtomEntryContent.getType() |
static AtomEntryContent.Type |
AtomEntryContent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AtomEntryContent.Type[] |
AtomEntryContent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AtomEntryContent.setType(AtomEntryContent.Type type) |
| Constructor and Description |
|---|
AtomEntryContent(AtomEntryContent.Type type) |
AtomEntryContent(String text,
AtomEntryContent.Type type) |