Enum EventType

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<EventType>

    public enum EventType
    extends java.lang.Enum<EventType>
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      ADD_TO_CART
      Generated enum value for EventType.ADD_TO_CART value defined at extension sapproductconfigservices.
      CHANGE_CONFIGURATION
      Generated enum value for EventType.CHANGE_CONFIGURATION value defined at extension sapproductconfigservices.
      CONFIGURATION_STATUS
      Generated enum value for EventType.CONFIGURATION_STATUS value defined at extension sapproductconfigservices.
      CREATE_CONFIGURATION
      Generated enum value for EventType.CREATE_CONFIGURATION value defined at extension sapproductconfigservices.
      CREATE_CONFIGURATION_FOR_VARIANT
      Generated enum value for EventType.CREATE_CONFIGURATION_FOR_VARIANT value defined at extension sapproductconfigservices.
      CREATE_CONFIGURATION_FROM_EXTERNAL
      Generated enum value for EventType.CREATE_CONFIGURATION_FROM_EXTERNAL value defined at extension sapproductconfigservices.
      DELETE_CART_ENTRY
      Generated enum value for EventType.DELETE_CART_ENTRY value defined at extension sapproductconfigservices.
      RELEASE_SESSION
      Generated enum value for EventType.RELEASE_SESSION value defined at extension sapproductconfigservices.
      UI_ACCESS
      Generated enum value for EventType.UI_ACCESS value defined at extension sapproductconfigfacades.
      UI_ACCESS_FROM_CART
      Generated enum value for EventType.UI_ACCESS_FROM_CART value defined at extension sapproductconfigfacades.
      UI_ACCESS_OVERVIEW
      Generated enum value for EventType.UI_ACCESS_OVERVIEW value defined at extension sapproductconfigfacades.
      UI_ACCESS_VARIANT_OVERVIEW
      Generated enum value for EventType.UI_ACCESS_VARIANT_OVERVIEW value defined at extension sapproductconfigfacades.
      UI_EXTENDED_MESSAGE_TOGGLE
      Generated enum value for EventType.UI_EXTENDED_MESSAGE_TOGGLE value defined at extension sapproductconfigfacades.
      UI_GROUP_TOGGLE
      Generated enum value for EventType.UI_GROUP_TOGGLE value defined at extension sapproductconfigfacades.
      UI_HIDE_LONG_TEXT
      Generated enum value for EventType.UI_HIDE_LONG_TEXT value defined at extension sapproductconfigfacades.
      UI_IMAGE_GALLERY_TOGGLE
      Generated enum value for EventType.UI_IMAGE_GALLERY_TOGGLE value defined at extension sapproductconfigfacades.
      UI_MENU_NAVIGATION
      Generated enum value for EventType.UI_MENU_NAVIGATION value defined at extension sapproductconfigfacades.
      UI_MENU_NODE_TOGGLE
      Generated enum value for EventType.UI_MENU_NODE_TOGGLE value defined at extension sapproductconfigfacades.
      UI_NAV_TO_CSTIC_IN_CONFLICT
      Generated enum value for EventType.UI_NAV_TO_CSTIC_IN_CONFLICT value defined at extension sapproductconfigfacades.
      UI_NAV_TO_CSTIC_IN_GROUP
      Generated enum value for EventType.UI_NAV_TO_CSTIC_IN_GROUP value defined at extension sapproductconfigfacades.
      UI_NEXT_BUTTON
      Generated enum value for EventType.UI_NEXT_BUTTON value defined at extension sapproductconfigfacades.
      UI_PREVIOUS_BUTTON
      Generated enum value for EventType.UI_PREVIOUS_BUTTON value defined at extension sapproductconfigfacades.
      UI_SHOW_LONG_TEXT
      Generated enum value for EventType.UI_SHOW_LONG_TEXT value defined at extension sapproductconfigfacades.
      UI_VALUE_CHANGED
      Generated enum value for EventType.UI_VALUE_CHANGED value defined at extension sapproductconfigfacades.
      UI_VALUE_RETRACTED
      Generated enum value for EventType.UI_VALUE_RETRACTED value defined at extension sapproductconfigfacades.
      UPDATE_CART_ENTRY
      Generated enum value for EventType.UPDATE_CART_ENTRY value defined at extension sapproductconfigservices.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static EventType valueOf​(java.lang.String name)
      Returns the enum constant of this type with the specified name.
      static EventType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      • Methods inherited from class java.lang.Enum

        clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Enum Constant Detail

      • 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_IMAGE_GALLERY_TOGGLE

        public static final EventType UI_IMAGE_GALLERY_TOGGLE
        Generated enum value for EventType.UI_IMAGE_GALLERY_TOGGLE 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 Detail

      • values

        public static EventType[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (EventType c : EventType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static EventType valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null