public static enum CmsXmlGroupContainer.XmlNode extends java.lang.Enum<CmsXmlGroupContainer.XmlNode>
Enum Constant and Description |
---|
Description
Container description node name.
|
Element
Container elements node name.
|
GroupContainers
Main node name.
|
Title
Container title node name.
|
Type
Container type node name.
|
Uri
File list URI node name.
|
Modifier and Type | Method and Description |
---|---|
static CmsXmlGroupContainer.XmlNode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsXmlGroupContainer.XmlNode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsXmlGroupContainer.XmlNode Description
public static final CmsXmlGroupContainer.XmlNode Element
public static final CmsXmlGroupContainer.XmlNode GroupContainers
public static final CmsXmlGroupContainer.XmlNode Title
public static final CmsXmlGroupContainer.XmlNode Type
public static final CmsXmlGroupContainer.XmlNode Uri
public static CmsXmlGroupContainer.XmlNode[] values()
for (CmsXmlGroupContainer.XmlNode c : CmsXmlGroupContainer.XmlNode.values()) System.out.println(c);
public static CmsXmlGroupContainer.XmlNode 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