Enum DisplayDataType

java.lang.Object
java.lang.Enum<DisplayDataType>
com.day.cq.reporting.helpers.DisplayDataType
All Implemented Interfaces:
Serializable, Comparable<DisplayDataType>, java.lang.constant.Constable

public enum DisplayDataType extends Enum<DisplayDataType>
This enumeration defines avaiable data types that are supported by the client for displaying.
  • Enum Constant Details

  • Method Details

    • values

      public static DisplayDataType[] 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 DisplayDataType 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
    • toString

      public String toString()
      Creates a suitable string representation of the enumeration value.
      Overrides:
      toString in class Enum<DisplayDataType>
      Returns:
      The string representation