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>
  • Enum Constant Details

    • RUNNING

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

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

      public static final IndexerOperationStatusDTO ABORTED
      Generated enum value for IndexerOperationStatusDTO.ABORTED 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