Enum HtmlPageItem.Element

java.lang.Object
java.lang.Enum<HtmlPageItem.Element>
com.adobe.cq.wcm.core.components.models.HtmlPageItem.Element
All Implemented Interfaces:
Serializable, Comparable<HtmlPageItem.Element>, java.lang.constant.Constable
Enclosing interface:
HtmlPageItem

public static enum HtmlPageItem.Element extends Enum<HtmlPageItem.Element>
enum that defines the possible HTML elements for a page item
  • Enum Constant Details

  • Method Details

    • values

      public static HtmlPageItem.Element[] 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

      public static HtmlPageItem.Element valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • fromString

      @Nullable public static @Nullable HtmlPageItem.Element fromString(String name)
    • getName

      public String getName()
    • getAttributeNames

      public String[] getAttributeNames()
    • toString

      public String toString()
      Overrides:
      toString in class Enum<HtmlPageItem.Element>