public static enum CmsXmlContentPropertyHelper.JsonProperty extends java.lang.Enum<CmsXmlContentPropertyHelper.JsonProperty>
Enum Constant and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
static CmsXmlContentPropertyHelper.JsonProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsXmlContentPropertyHelper.JsonProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsXmlContentPropertyHelper.JsonProperty defaultValue
public static final CmsXmlContentPropertyHelper.JsonProperty description
public static final CmsXmlContentPropertyHelper.JsonProperty error
public static final CmsXmlContentPropertyHelper.JsonProperty niceName
public static final CmsXmlContentPropertyHelper.JsonProperty ruleRegex
public static final CmsXmlContentPropertyHelper.JsonProperty ruleType
public static final CmsXmlContentPropertyHelper.JsonProperty type
public static final CmsXmlContentPropertyHelper.JsonProperty value
public static final CmsXmlContentPropertyHelper.JsonProperty widget
public static final CmsXmlContentPropertyHelper.JsonProperty widgetConf
public static CmsXmlContentPropertyHelper.JsonProperty[] values()
for (CmsXmlContentPropertyHelper.JsonProperty c : CmsXmlContentPropertyHelper.JsonProperty.values()) System.out.println(c);
public static CmsXmlContentPropertyHelper.JsonProperty 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