java.lang.Object
java.lang.Enum<FieldTypeDTO>
de.hybris.platform.searchprovidercssearchservices.admin.data.FieldTypeDTO
All Implemented Interfaces:
Serializable, Comparable<FieldTypeDTO>, Constable

public enum FieldTypeDTO extends Enum<FieldTypeDTO>
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Generated enum value for FieldTypeDTO.BOOLEAN value defined at extension searchprovidercssearchservices.
    Generated enum value for FieldTypeDTO.DATE_TIME value defined at extension searchprovidercssearchservices.
    Generated enum value for FieldTypeDTO.DOUBLE value defined at extension searchprovidercssearchservices.
    Generated enum value for FieldTypeDTO.FLOAT value defined at extension searchprovidercssearchservices.
    Generated enum value for FieldTypeDTO.INTEGER value defined at extension searchprovidercssearchservices.
    Generated enum value for FieldTypeDTO.LONG value defined at extension searchprovidercssearchservices.
    Generated enum value for FieldTypeDTO.STRING value defined at extension searchprovidercssearchservices.
    Generated enum value for FieldTypeDTO.TEXT value defined at extension searchprovidercssearchservices.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the enum constant of this class with the specified name.
    static FieldTypeDTO[]
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • STRING

      public static final FieldTypeDTO STRING
      Generated enum value for FieldTypeDTO.STRING value defined at extension searchprovidercssearchservices.
    • TEXT

      public static final FieldTypeDTO TEXT
      Generated enum value for FieldTypeDTO.TEXT value defined at extension searchprovidercssearchservices.
    • BOOLEAN

      public static final FieldTypeDTO BOOLEAN
      Generated enum value for FieldTypeDTO.BOOLEAN value defined at extension searchprovidercssearchservices.
    • INTEGER

      public static final FieldTypeDTO INTEGER
      Generated enum value for FieldTypeDTO.INTEGER value defined at extension searchprovidercssearchservices.
    • LONG

      public static final FieldTypeDTO LONG
      Generated enum value for FieldTypeDTO.LONG value defined at extension searchprovidercssearchservices.
    • FLOAT

      public static final FieldTypeDTO FLOAT
      Generated enum value for FieldTypeDTO.FLOAT value defined at extension searchprovidercssearchservices.
    • DOUBLE

      public static final FieldTypeDTO DOUBLE
      Generated enum value for FieldTypeDTO.DOUBLE value defined at extension searchprovidercssearchservices.
    • DATE_TIME

      public static final FieldTypeDTO DATE_TIME
      Generated enum value for FieldTypeDTO.DATE_TIME value defined at extension searchprovidercssearchservices.
  • Method Details

    • values

      public static FieldTypeDTO[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static FieldTypeDTO valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null