public static enum I_CmsResourceType.Formatter extends java.lang.Enum<I_CmsResourceType.Formatter>
| Enum Constant and Description |
|---|
ADE_LIST
The gallery list item formatter.
|
GALLERY_LIST
The gallery list item formatter.
|
GALLERY_PREVIEW
The gallery preview formatter.
|
PUBLISH_LIST
The gallery list item formatter.
|
SITEMAP
The sitemap formatter.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefaultPath()
Get the default path.
|
java.lang.String |
getName()
Get the name.
|
static I_CmsResourceType.Formatter |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static I_CmsResourceType.Formatter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final I_CmsResourceType.Formatter ADE_LIST
public static final I_CmsResourceType.Formatter GALLERY_LIST
public static final I_CmsResourceType.Formatter GALLERY_PREVIEW
public static final I_CmsResourceType.Formatter PUBLISH_LIST
public static final I_CmsResourceType.Formatter SITEMAP
public static I_CmsResourceType.Formatter[] values()
for (I_CmsResourceType.Formatter c : I_CmsResourceType.Formatter.values()) System.out.println(c);
public static I_CmsResourceType.Formatter 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 nullpublic java.lang.String getDefaultPath()
public java.lang.String getName()