Enum Class IndexerOperationStatusDTO

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

public enum IndexerOperationStatusDTO extends Enum<IndexerOperationStatusDTO>
  • 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 IndexerOperationStatusDTO.ABORTED value defined at extension searchprovidercssearchservices.
    Generated enum value for IndexerOperationStatusDTO.ABORTING value defined at extension searchprovidercssearchservices.
    Generated enum value for IndexerOperationStatusDTO.COMPLETED value defined at extension searchprovidercssearchservices.
    Generated enum value for IndexerOperationStatusDTO.COMPLETING value defined at extension searchprovidercssearchservices.
    Generated enum value for IndexerOperationStatusDTO.FAILED value defined at extension searchprovidercssearchservices.
    Generated enum value for IndexerOperationStatusDTO.FAILING value defined at extension searchprovidercssearchservices.
    Generated enum value for IndexerOperationStatusDTO.PENDING value defined at extension searchprovidercssearchservices.
    Generated enum value for IndexerOperationStatusDTO.RUNNING value defined at extension searchprovidercssearchservices.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the enum constant of this class with the specified name.
    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

    • PENDING

      public static final IndexerOperationStatusDTO PENDING
      Generated enum value for IndexerOperationStatusDTO.PENDING value defined at extension searchprovidercssearchservices.
    • RUNNING

      public static final IndexerOperationStatusDTO RUNNING
      Generated enum value for IndexerOperationStatusDTO.RUNNING value defined at extension searchprovidercssearchservices.
    • COMPLETING

      public static final IndexerOperationStatusDTO COMPLETING
      Generated enum value for IndexerOperationStatusDTO.COMPLETING value defined at extension searchprovidercssearchservices.
    • COMPLETED

      public static final IndexerOperationStatusDTO COMPLETED
      Generated enum value for IndexerOperationStatusDTO.COMPLETED value defined at extension searchprovidercssearchservices.
    • ABORTING

      public static final IndexerOperationStatusDTO ABORTING
      Generated enum value for IndexerOperationStatusDTO.ABORTING value defined at extension searchprovidercssearchservices.
    • ABORTED

      public static final IndexerOperationStatusDTO ABORTED
      Generated enum value for IndexerOperationStatusDTO.ABORTED value defined at extension searchprovidercssearchservices.
    • FAILING

      public static final IndexerOperationStatusDTO FAILING
      Generated enum value for IndexerOperationStatusDTO.FAILING value defined at extension searchprovidercssearchservices.
    • FAILED

      public static final IndexerOperationStatusDTO FAILED
      Generated enum value for IndexerOperationStatusDTO.FAILED value defined at extension searchprovidercssearchservices.
  • Method Details

    • values

      public static IndexerOperationStatusDTO[] 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 IndexerOperationStatusDTO 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