Enum Constant Summary
Enum Constants
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
All Methods Static Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
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
Generated enum value for CPQActionType.NAV_TO_CSTIC_IN_CONFLICT value defined at extension sapproductconfigfacades.
PREV_BTN
Generated enum value for CPQActionType.PREV_BTN value defined at extension sapproductconfigfacades.
NEXT_BTN
Generated enum value for CPQActionType.NEXT_BTN value defined at extension sapproductconfigfacades.
SHOW_FULL_LONG_TEXT
Generated enum value for CPQActionType.SHOW_FULL_LONG_TEXT value defined at extension sapproductconfigfacades.
HIDE_FULL_LONG_TEXT
Generated enum value for CPQActionType.HIDE_FULL_LONG_TEXT value defined at extension sapproductconfigfacades.
VALUE_CHANGED
Generated enum value for CPQActionType.VALUE_CHANGED value defined at extension sapproductconfigfacades.
RETRACT_VALUE
Generated enum value for CPQActionType.RETRACT_VALUE value defined at extension sapproductconfigfacades.
TOGGLE_IMAGE_GALLERY
Generated enum value for CPQActionType.TOGGLE_IMAGE_GALLERY value defined at extension sapproductconfigfacades.
TOGGLE_GROUP
Generated enum value for CPQActionType.TOGGLE_GROUP value defined at extension sapproductconfigfacades.
TOGGLE_EXTENDED_MESSAGE
Generated enum value for CPQActionType.TOGGLE_EXTENDED_MESSAGE value defined at extension sapproductconfigfacades.
Method Details
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
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