public static enum I_CmsXmlContentHandler.MappingType extends java.lang.Enum<I_CmsXmlContentHandler.MappingType>
| Enum Constant and Description |
|---|
ELEMENT
Map for the content's resource.
|
PAGE
Map for all container pages the content is placed on.
|
| Modifier and Type | Method and Description |
|---|---|
static I_CmsXmlContentHandler.MappingType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static I_CmsXmlContentHandler.MappingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final I_CmsXmlContentHandler.MappingType ELEMENT
public static final I_CmsXmlContentHandler.MappingType PAGE
public static I_CmsXmlContentHandler.MappingType[] values()
for (I_CmsXmlContentHandler.MappingType c : I_CmsXmlContentHandler.MappingType.values()) System.out.println(c);
public static I_CmsXmlContentHandler.MappingType 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