Package org.opencms.xml.content
Enum CmsXmlContentPropertyHelper.JsonProperty
java.lang.Object
java.lang.Enum<CmsXmlContentPropertyHelper.JsonProperty>
org.opencms.xml.content.CmsXmlContentPropertyHelper.JsonProperty
- All Implemented Interfaces:
Serializable
,Comparable<CmsXmlContentPropertyHelper.JsonProperty>
,java.lang.constant.Constable
- Enclosing class:
- CmsXmlContentPropertyHelper
public static enum CmsXmlContentPropertyHelper.JsonProperty
extends Enum<CmsXmlContentPropertyHelper.JsonProperty>
Element Property json property constants.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionProperty's default value.Property's description.Property's error message.Property's nice name.Property's validation regular expression.Property's validation rule type.Property's type.Property's value.Property's widget.Property's widget configuration. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
defaultValue
Property's default value. -
description
Property's description. -
error
Property's error message. -
niceName
Property's nice name. -
ruleRegex
Property's validation regular expression. -
ruleType
Property's validation rule type. -
type
Property's type. -
value
Property's value. -
widget
Property's widget. -
widgetConf
Property's widget configuration.
-
-
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
-