Enum CPQActionType

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

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

      Enum Constants 
      Enum Constant Description
      HIDE_FULL_LONG_TEXT
      Generated enum value for CPQActionType.HIDE_FULL_LONG_TEXT value defined at extension sapproductconfigfacades.
      MENU_NAVIGATION
      Generated enum value for CPQActionType.MENU_NAVIGATION value defined at extension sapproductconfigfacades.
      NAV_TO_CSTIC_IN_CONFLICT
      Generated enum value for CPQActionType.NAV_TO_CSTIC_IN_CONFLICT value defined at extension sapproductconfigfacades.
      NAV_TO_CSTIC_IN_GROUP
      Generated enum value for CPQActionType.NAV_TO_CSTIC_IN_GROUP value defined at extension sapproductconfigfacades.
      NEXT_BTN
      Generated enum value for CPQActionType.NEXT_BTN value defined at extension sapproductconfigfacades.
      PREV_BTN
      Generated enum value for CPQActionType.PREV_BTN value defined at extension sapproductconfigfacades.
      RETRACT_VALUE
      Generated enum value for CPQActionType.RETRACT_VALUE value defined at extension sapproductconfigfacades.
      SHOW_FULL_LONG_TEXT
      Generated enum value for CPQActionType.SHOW_FULL_LONG_TEXT value defined at extension sapproductconfigfacades.
      TOGGLE_EXTENDED_MESSAGE
      Generated enum value for CPQActionType.TOGGLE_EXTENDED_MESSAGE value defined at extension sapproductconfigfacades.
      TOGGLE_GROUP
      Generated enum value for CPQActionType.TOGGLE_GROUP value defined at extension sapproductconfigfacades.
      TOGGLE_IMAGE_GALLERY
      Generated enum value for CPQActionType.TOGGLE_IMAGE_GALLERY value defined at extension sapproductconfigfacades.
      VALUE_CHANGED
      Generated enum value for CPQActionType.VALUE_CHANGED value defined at extension sapproductconfigfacades.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static CPQActionType valueOf​(java.lang.String name)
      Returns the enum constant of this type with the specified name.
      static CPQActionType[] 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

      • NAV_TO_CSTIC_IN_GROUP

        public static final CPQActionType NAV_TO_CSTIC_IN_GROUP
        Generated enum value for CPQActionType.NAV_TO_CSTIC_IN_GROUP value defined at extension sapproductconfigfacades.
      • NAV_TO_CSTIC_IN_CONFLICT

        public static final CPQActionType NAV_TO_CSTIC_IN_CONFLICT
        Generated enum value for CPQActionType.NAV_TO_CSTIC_IN_CONFLICT value defined at extension sapproductconfigfacades.
      • PREV_BTN

        public static final CPQActionType PREV_BTN
        Generated enum value for CPQActionType.PREV_BTN value defined at extension sapproductconfigfacades.
      • NEXT_BTN

        public static final CPQActionType NEXT_BTN
        Generated enum value for CPQActionType.NEXT_BTN value defined at extension sapproductconfigfacades.
      • SHOW_FULL_LONG_TEXT

        public static final CPQActionType SHOW_FULL_LONG_TEXT
        Generated enum value for CPQActionType.SHOW_FULL_LONG_TEXT value defined at extension sapproductconfigfacades.
      • HIDE_FULL_LONG_TEXT

        public static final CPQActionType HIDE_FULL_LONG_TEXT
        Generated enum value for CPQActionType.HIDE_FULL_LONG_TEXT value defined at extension sapproductconfigfacades.
      • MENU_NAVIGATION

        public static final CPQActionType MENU_NAVIGATION
        Generated enum value for CPQActionType.MENU_NAVIGATION value defined at extension sapproductconfigfacades.
      • VALUE_CHANGED

        public static final CPQActionType VALUE_CHANGED
        Generated enum value for CPQActionType.VALUE_CHANGED value defined at extension sapproductconfigfacades.
      • RETRACT_VALUE

        public static final CPQActionType RETRACT_VALUE
        Generated enum value for CPQActionType.RETRACT_VALUE value defined at extension sapproductconfigfacades.
      • TOGGLE_IMAGE_GALLERY

        public static final CPQActionType TOGGLE_IMAGE_GALLERY
        Generated enum value for CPQActionType.TOGGLE_IMAGE_GALLERY value defined at extension sapproductconfigfacades.
      • TOGGLE_GROUP

        public static final CPQActionType TOGGLE_GROUP
        Generated enum value for CPQActionType.TOGGLE_GROUP value defined at extension sapproductconfigfacades.
      • TOGGLE_EXTENDED_MESSAGE

        public static final CPQActionType TOGGLE_EXTENDED_MESSAGE
        Generated enum value for CPQActionType.TOGGLE_EXTENDED_MESSAGE value defined at extension sapproductconfigfacades.
    • Method Detail

      • values

        public static CPQActionType[] 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 (CPQActionType c : CPQActionType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static CPQActionType 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