|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<CmsXmlContentPropertyHelper.JsonProperty>
org.opencms.xml.content.CmsXmlContentPropertyHelper.JsonProperty
public static enum CmsXmlContentPropertyHelper.JsonProperty
Element Property json property constants.
Enum Constant Summary | |
---|---|
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 Summary | |
---|---|
static CmsXmlContentPropertyHelper.JsonProperty |
valueOf(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. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
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
Method Detail |
---|
public static CmsXmlContentPropertyHelper.JsonProperty[] values()
for (CmsXmlContentPropertyHelper.JsonProperty c : CmsXmlContentPropertyHelper.JsonProperty.values()) System.out.println(c);
public static CmsXmlContentPropertyHelper.JsonProperty valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |