Package org.opencms.xml.containerpage
Enum CmsXmlContainerPage.XmlNode
java.lang.Object
java.lang.Enum<CmsXmlContainerPage.XmlNode>
org.opencms.xml.containerpage.CmsXmlContainerPage.XmlNode
- All Implemented Interfaces:
Serializable
,Comparable<CmsXmlContainerPage.XmlNode>
,java.lang.constant.Constable
- Enclosing class:
- CmsXmlContainerPage
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 attribute node name.Main node name.The create new element node name.Element instance id node name.Container elements node name.Element formatter node name.Formatter key node name.The is root container node name.Container attribute key node name.Container name node name.Parent element instance id node name.Container type node name.Element URI node name.Container attribute value node name. -
Method Summary
Modifier and TypeMethodDescriptionstatic CmsXmlContainerPage.XmlNode
Returns the enum constant of this type with the specified name.static CmsXmlContainerPage.XmlNode[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
Attribute
Container attribute node name. -
Containers
Main node name. -
CreateNew
The create new element node name. -
ElementInstanceId
Element instance id node name. -
Elements
Container elements node name. -
Formatter
Element formatter node name. -
FormatterKey
Formatter key node name. -
IsRootContainer
The is root container node name. -
Key
Container attribute key node name. -
Name
Container name node name. -
ParentInstanceId
Parent element instance id node name. -
Type
Container type node name. -
Uri
Element URI node name. -
Value
Container attribute value 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
-