| Package | Description |
|---|---|
| org.opencms.ade.sitemap.shared |
Shared Client-Server side of the sitemap view.
|
| Modifier and Type | Method and Description |
|---|---|
CmsClientSitemapEntry.EntryType |
CmsClientSitemapEntry.getEntryType()
Returns the entry type.
|
static CmsClientSitemapEntry.EntryType |
CmsClientSitemapEntry.EntryType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsClientSitemapEntry.EntryType[] |
CmsClientSitemapEntry.EntryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsClientSitemapEntry.setEntryType(CmsClientSitemapEntry.EntryType entryType)
Sets the entry type.
|