Package org.opencms.xml.containerpage
Enum CmsXmlGroupContainer.XmlNode
java.lang.Object
java.lang.Enum<CmsXmlGroupContainer.XmlNode>
org.opencms.xml.containerpage.CmsXmlGroupContainer.XmlNode
- All Implemented Interfaces:
Serializable
,Comparable<CmsXmlGroupContainer.XmlNode>
,java.lang.constant.Constable
- Enclosing class:
- CmsXmlGroupContainer
XML node name constants.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionContainer description node name.Container elements node name.Main node name.Container title node name.Container type node name.File list URI node name. -
Method Summary
Modifier and TypeMethodDescriptionstatic CmsXmlGroupContainer.XmlNode
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.
-
Enum Constant Details
-
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.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-