java.lang.Object
java.lang.Enum<EventType>
de.hybris.platform.sap.productconfig.services.tracking.EventType
All Implemented Interfaces:
Serializable, Comparable<EventType>, Constable

public enum EventType extends Enum<EventType>
  • 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 EventType.ADD_TO_CART value defined at extension sapproductconfigservices.
    Generated enum value for EventType.CHANGE_CONFIGURATION value defined at extension sapproductconfigservices.
    Generated enum value for EventType.CONFIGURATION_STATUS value defined at extension sapproductconfigservices.
    Generated enum value for EventType.CREATE_CONFIGURATION value defined at extension sapproductconfigservices.
    Generated enum value for EventType.CREATE_CONFIGURATION_FOR_VARIANT value defined at extension sapproductconfigservices.
    Generated enum value for EventType.CREATE_CONFIGURATION_FROM_EXTERNAL value defined at extension sapproductconfigservices.
    Generated enum value for EventType.DELETE_CART_ENTRY value defined at extension sapproductconfigservices.
    Generated enum value for EventType.RELEASE_SESSION value defined at extension sapproductconfigservices.
    Generated enum value for EventType.UI_ACCESS value defined at extension sapproductconfigfacades.
    Generated enum value for EventType.UI_ACCESS_FROM_CART value defined at extension sapproductconfigfacades.
    Generated enum value for EventType.UI_ACCESS_OVERVIEW value defined at extension sapproductconfigfacades.
    Generated enum value for EventType.UI_ACCESS_VARIANT_OVERVIEW value defined at extension sapproductconfigfacades.
    Generated enum value for EventType.UI_EXTENDED_MESSAGE_TOGGLE value defined at extension sapproductconfigfacades.
    Generated enum value for EventType.UI_GROUP_TOGGLE value defined at extension sapproductconfigfacades.
    Generated enum value for EventType.UI_HIDE_LONG_TEXT value defined at extension sapproductconfigfacades.
    Generated enum value for EventType.UI_IMAGE_GALLERY_TOGGLE value defined at extension sapproductconfigfacades.
    Generated enum value for EventType.UI_MENU_NAVIGATION value defined at extension sapproductconfigfacades.
    Generated enum value for EventType.UI_MENU_NODE_TOGGLE value defined at extension sapproductconfigfacades.
    Generated enum value for EventType.UI_NAV_TO_CSTIC_IN_CONFLICT value defined at extension sapproductconfigfacades.
    Generated enum value for EventType.UI_NAV_TO_CSTIC_IN_GROUP value defined at extension sapproductconfigfacades.
    Generated enum value for EventType.UI_NEXT_BUTTON value defined at extension sapproductconfigfacades.
    Generated enum value for EventType.UI_PREVIOUS_BUTTON value defined at extension sapproductconfigfacades.
    Generated enum value for EventType.UI_SHOW_LONG_TEXT value defined at extension sapproductconfigfacades.
    Generated enum value for EventType.UI_VALUE_CHANGED value defined at extension sapproductconfigfacades.
    Generated enum value for EventType.UI_VALUE_RETRACTED value defined at extension sapproductconfigfacades.
    Generated enum value for EventType.UPDATE_CART_ENTRY value defined at extension sapproductconfigservices.
  • Method Summary

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

    • CREATE_CONFIGURATION

      public static final EventType CREATE_CONFIGURATION
      Generated enum value for EventType.CREATE_CONFIGURATION value defined at extension sapproductconfigservices.
    • CHANGE_CONFIGURATION

      public static final EventType CHANGE_CONFIGURATION
      Generated enum value for EventType.CHANGE_CONFIGURATION value defined at extension sapproductconfigservices.
    • ADD_TO_CART

      public static final EventType ADD_TO_CART
      Generated enum value for EventType.ADD_TO_CART value defined at extension sapproductconfigservices.
    • RELEASE_SESSION

      public static final EventType RELEASE_SESSION
      Generated enum value for EventType.RELEASE_SESSION value defined at extension sapproductconfigservices.
    • CONFIGURATION_STATUS

      public static final EventType CONFIGURATION_STATUS
      Generated enum value for EventType.CONFIGURATION_STATUS value defined at extension sapproductconfigservices.
    • CREATE_CONFIGURATION_FOR_VARIANT

      public static final EventType CREATE_CONFIGURATION_FOR_VARIANT
      Generated enum value for EventType.CREATE_CONFIGURATION_FOR_VARIANT value defined at extension sapproductconfigservices.
    • CREATE_CONFIGURATION_FROM_EXTERNAL

      public static final EventType CREATE_CONFIGURATION_FROM_EXTERNAL
      Generated enum value for EventType.CREATE_CONFIGURATION_FROM_EXTERNAL value defined at extension sapproductconfigservices.
    • UPDATE_CART_ENTRY

      public static final EventType UPDATE_CART_ENTRY
      Generated enum value for EventType.UPDATE_CART_ENTRY value defined at extension sapproductconfigservices.
    • DELETE_CART_ENTRY

      public static final EventType DELETE_CART_ENTRY
      Generated enum value for EventType.DELETE_CART_ENTRY value defined at extension sapproductconfigservices.
    • UI_PREVIOUS_BUTTON

      public static final EventType UI_PREVIOUS_BUTTON
      Generated enum value for EventType.UI_PREVIOUS_BUTTON value defined at extension sapproductconfigfacades.
    • UI_NEXT_BUTTON

      public static final EventType UI_NEXT_BUTTON
      Generated enum value for EventType.UI_NEXT_BUTTON value defined at extension sapproductconfigfacades.
    • UI_MENU_NAVIGATION

      public static final EventType UI_MENU_NAVIGATION
      Generated enum value for EventType.UI_MENU_NAVIGATION value defined at extension sapproductconfigfacades.
    • UI_MENU_NODE_TOGGLE

      public static final EventType UI_MENU_NODE_TOGGLE
      Generated enum value for EventType.UI_MENU_NODE_TOGGLE value defined at extension sapproductconfigfacades.
    • UI_GROUP_TOGGLE

      public static final EventType UI_GROUP_TOGGLE
      Generated enum value for EventType.UI_GROUP_TOGGLE value defined at extension sapproductconfigfacades.
    • UI_SHOW_LONG_TEXT

      public static final EventType UI_SHOW_LONG_TEXT
      Generated enum value for EventType.UI_SHOW_LONG_TEXT value defined at extension sapproductconfigfacades.
    • UI_HIDE_LONG_TEXT

      public static final EventType UI_HIDE_LONG_TEXT
      Generated enum value for EventType.UI_HIDE_LONG_TEXT value defined at extension sapproductconfigfacades.
    • UI_NAV_TO_CSTIC_IN_GROUP

      public static final EventType UI_NAV_TO_CSTIC_IN_GROUP
      Generated enum value for EventType.UI_NAV_TO_CSTIC_IN_GROUP value defined at extension sapproductconfigfacades.
    • UI_NAV_TO_CSTIC_IN_CONFLICT

      public static final EventType UI_NAV_TO_CSTIC_IN_CONFLICT
      Generated enum value for EventType.UI_NAV_TO_CSTIC_IN_CONFLICT value defined at extension sapproductconfigfacades.
    • UI_VALUE_CHANGED

      public static final EventType UI_VALUE_CHANGED
      Generated enum value for EventType.UI_VALUE_CHANGED value defined at extension sapproductconfigfacades.
    • UI_VALUE_RETRACTED

      public static final EventType UI_VALUE_RETRACTED
      Generated enum value for EventType.UI_VALUE_RETRACTED value defined at extension sapproductconfigfacades.
    • UI_ACCESS

      public static final EventType UI_ACCESS
      Generated enum value for EventType.UI_ACCESS value defined at extension sapproductconfigfacades.
    • UI_ACCESS_FROM_CART

      public static final EventType UI_ACCESS_FROM_CART
      Generated enum value for EventType.UI_ACCESS_FROM_CART value defined at extension sapproductconfigfacades.
    • UI_ACCESS_OVERVIEW

      public static final EventType UI_ACCESS_OVERVIEW
      Generated enum value for EventType.UI_ACCESS_OVERVIEW value defined at extension sapproductconfigfacades.
    • UI_ACCESS_VARIANT_OVERVIEW

      public static final EventType UI_ACCESS_VARIANT_OVERVIEW
      Generated enum value for EventType.UI_ACCESS_VARIANT_OVERVIEW value defined at extension sapproductconfigfacades.
    • UI_EXTENDED_MESSAGE_TOGGLE

      public static final EventType UI_EXTENDED_MESSAGE_TOGGLE
      Generated enum value for EventType.UI_EXTENDED_MESSAGE_TOGGLE value defined at extension sapproductconfigfacades.
  • Method Details

    • values

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