Enum CmsXmlContentPropertyHelper.JsonProperty

    • Enum Constant Summary

      Enum Constants 
      Enum Constant 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.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method 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.
      • 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