Enum Class CxProcessParameterType

java.lang.Object
java.lang.Enum<CxProcessParameterType>
de.hybris.platform.personalizationservices.process.strategies.CxProcessParameterType
All Implemented Interfaces:
Serializable, Comparable<CxProcessParameterType>, Constable

public enum CxProcessParameterType extends Enum<CxProcessParameterType>
  • 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 CxProcessParameterType.ANONYMOUS_SEGMENTATION value defined at extension personalizationservices.
    Generated enum value for CxProcessParameterType.BASE_SITE value defined at extension personalizationservices.
    Generated enum value for CxProcessParameterType.PROFILE_ID value defined at extension personalizationyprofile.
    Generated enum value for CxProcessParameterType.SEGMENTATION value defined at extension personalizationservices.
    Generated enum value for CxProcessParameterType.SESSION_TOKEN value defined at extension personalizationservices.
    Generated enum value for CxProcessParameterType.USER_CONSENTS value defined at extension personalizationservices.
  • 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

    • BASE_SITE

      public static final CxProcessParameterType BASE_SITE
      Generated enum value for CxProcessParameterType.BASE_SITE value defined at extension personalizationservices.
    • SESSION_TOKEN

      public static final CxProcessParameterType SESSION_TOKEN
      Generated enum value for CxProcessParameterType.SESSION_TOKEN value defined at extension personalizationservices.
    • USER_CONSENTS

      public static final CxProcessParameterType USER_CONSENTS
      Generated enum value for CxProcessParameterType.USER_CONSENTS value defined at extension personalizationservices.
    • ANONYMOUS_SEGMENTATION

      public static final CxProcessParameterType ANONYMOUS_SEGMENTATION
      Generated enum value for CxProcessParameterType.ANONYMOUS_SEGMENTATION value defined at extension personalizationservices.
    • SEGMENTATION

      public static final CxProcessParameterType SEGMENTATION
      Generated enum value for CxProcessParameterType.SEGMENTATION value defined at extension personalizationservices.
    • PROFILE_ID

      public static final CxProcessParameterType PROFILE_ID
      Generated enum value for CxProcessParameterType.PROFILE_ID value defined at extension personalizationyprofile.
  • Method Details

    • values

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