Enum Class CxUserType

java.lang.Object
java.lang.Enum<CxUserType>
de.hybris.platform.personalizationservices.enums.CxUserType
All Implemented Interfaces:
HybrisEnumValue, Serializable, Comparable<CxUserType>, Constable

public enum CxUserType extends Enum<CxUserType> implements HybrisEnumValue
Generated enum CxUserType declared at extension personalizationservices.
  • Enum Constant Details

    • REGISTERED

      public static final CxUserType REGISTERED
      Generated enum value for CxUserType.REGISTERED declared at extension personalizationservices.

      Registered customer.

    • ANONYMOUS

      public static final CxUserType ANONYMOUS
      Generated enum value for CxUserType.ANONYMOUS declared at extension personalizationservices.

      Anonymous customer.

    • ALL

      public static final CxUserType ALL
      Generated enum value for CxUserType.ALL declared at extension personalizationservices.

      All customers.

  • Field Details

  • Method Details

    • values

      public static CxUserType[] 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 CxUserType 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
    • getCode

      public String getCode()
      Gets the code of this enum value.
      Specified by:
      getCode in interface HybrisEnumValue
      Returns:
      code of value
    • getType

      public String getType()
      Gets the type this enum value belongs to.
      Specified by:
      getType in interface HybrisEnumValue
      Returns:
      code of type