Enum Class AsRankChangeType

java.lang.Object
java.lang.Enum<AsRankChangeType>
de.hybris.platform.adaptivesearch.data.AsRankChangeType
All Implemented Interfaces:
Serializable, Comparable<AsRankChangeType>, Constable

public enum AsRankChangeType extends Enum<AsRankChangeType>
  • Enum Constant Details

    • NO_OPERATION

      public static final AsRankChangeType NO_OPERATION
      Generated enum value for AsRankChangeType.NO_OPERATION value defined at extension adaptivesearch.
    • MOVE

      public static final AsRankChangeType MOVE
      Generated enum value for AsRankChangeType.MOVE value defined at extension adaptivesearch.
  • Method Details

    • values

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