public static enum CmsDefaultUserSettings.SubsitemapCreationMode extends java.lang.Enum<CmsDefaultUserSettings.SubsitemapCreationMode>
Enum Constant and Description |
---|
convert
In this mode, existing folders are converted into subsitemaps.
|
createfolder
In this mode, new subsitemap folders are created, giving the user a choice of which folder type they want to use.
|
Modifier and Type | Method and Description |
---|---|
static CmsDefaultUserSettings.SubsitemapCreationMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsDefaultUserSettings.SubsitemapCreationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsDefaultUserSettings.SubsitemapCreationMode convert
public static final CmsDefaultUserSettings.SubsitemapCreationMode createfolder
public static CmsDefaultUserSettings.SubsitemapCreationMode[] values()
for (CmsDefaultUserSettings.SubsitemapCreationMode c : CmsDefaultUserSettings.SubsitemapCreationMode.values()) System.out.println(c);
public static CmsDefaultUserSettings.SubsitemapCreationMode 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 null