Enum Class CPQActionType

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

public enum CPQActionType extends Enum<CPQActionType>
  • 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 CPQActionType.HIDE_FULL_LONG_TEXT value defined at extension sapproductconfigfacades.
    Generated enum value for CPQActionType.MENU_NAVIGATION value defined at extension sapproductconfigfacades.
    Generated enum value for CPQActionType.NAV_TO_CSTIC_IN_CONFLICT value defined at extension sapproductconfigfacades.
    Generated enum value for CPQActionType.NAV_TO_CSTIC_IN_GROUP value defined at extension sapproductconfigfacades.
    Generated enum value for CPQActionType.NEXT_BTN value defined at extension sapproductconfigfacades.
    Generated enum value for CPQActionType.PREV_BTN value defined at extension sapproductconfigfacades.
    Generated enum value for CPQActionType.RETRACT_VALUE value defined at extension sapproductconfigfacades.
    Generated enum value for CPQActionType.SHOW_FULL_LONG_TEXT value defined at extension sapproductconfigfacades.
    Generated enum value for CPQActionType.TOGGLE_EXTENDED_MESSAGE value defined at extension sapproductconfigfacades.
    Generated enum value for CPQActionType.TOGGLE_GROUP value defined at extension sapproductconfigfacades.
    Generated enum value for CPQActionType.TOGGLE_IMAGE_GALLERY value defined at extension sapproductconfigfacades.
    Generated enum value for CPQActionType.VALUE_CHANGED value defined at extension sapproductconfigfacades.
  • Method Summary

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

    • 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.
    • 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_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 Details

    • values

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