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

public enum UiType extends Enum<UiType>
  • 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 UiType.CHECK_BOX value defined at extension sapproductconfigfacades.
    Generated enum value for UiType.CHECK_BOX_LIST value defined at extension sapproductconfigfacades.
    Generated enum value for UiType.DROPDOWN value defined at extension sapproductconfigfacades.
    Generated enum value for UiType.DROPDOWN_ADDITIONAL_INPUT value defined at extension sapproductconfigfacades.
    Generated enum value for UiType.MULTI_SELECTION_IMAGE value defined at extension sapproductconfigfacades.
    Generated enum value for UiType.NOT_IMPLEMENTED value defined at extension sapproductconfigfacades.
    Generated enum value for UiType.NUMERIC value defined at extension sapproductconfigfacades.
    Generated enum value for UiType.RADIO_BUTTON value defined at extension sapproductconfigfacades.
    Generated enum value for UiType.RADIO_BUTTON_ADDITIONAL_INPUT value defined at extension sapproductconfigfacades.
    Generated enum value for UiType.READ_ONLY value defined at extension sapproductconfigfacades.
    Generated enum value for UiType.READ_ONLY_MULTI_SELECTION_IMAGE value defined at extension sapproductconfigfacades.
    Generated enum value for UiType.READ_ONLY_SINGLE_SELECTION_IMAGE value defined at extension sapproductconfigfacades.
    Generated enum value for UiType.SINGLE_SELECTION_IMAGE value defined at extension sapproductconfigfacades.
    Generated enum value for UiType.STRING value defined at extension sapproductconfigfacades.
  • Method Summary

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

    • STRING

      public static final UiType STRING
      Generated enum value for UiType.STRING value defined at extension sapproductconfigfacades.
    • NUMERIC

      public static final UiType NUMERIC
      Generated enum value for UiType.NUMERIC value defined at extension sapproductconfigfacades.
    • CHECK_BOX

      public static final UiType CHECK_BOX
      Generated enum value for UiType.CHECK_BOX value defined at extension sapproductconfigfacades.
    • CHECK_BOX_LIST

      public static final UiType CHECK_BOX_LIST
      Generated enum value for UiType.CHECK_BOX_LIST value defined at extension sapproductconfigfacades.
    • RADIO_BUTTON

      public static final UiType RADIO_BUTTON
      Generated enum value for UiType.RADIO_BUTTON value defined at extension sapproductconfigfacades.
    • RADIO_BUTTON_ADDITIONAL_INPUT

      public static final UiType RADIO_BUTTON_ADDITIONAL_INPUT
      Generated enum value for UiType.RADIO_BUTTON_ADDITIONAL_INPUT value defined at extension sapproductconfigfacades.
    • READ_ONLY

      public static final UiType READ_ONLY
      Generated enum value for UiType.READ_ONLY value defined at extension sapproductconfigfacades.
    • NOT_IMPLEMENTED

      public static final UiType NOT_IMPLEMENTED
      Generated enum value for UiType.NOT_IMPLEMENTED value defined at extension sapproductconfigfacades.
    • SINGLE_SELECTION_IMAGE

      public static final UiType SINGLE_SELECTION_IMAGE
      Generated enum value for UiType.SINGLE_SELECTION_IMAGE value defined at extension sapproductconfigfacades.
    • MULTI_SELECTION_IMAGE

      public static final UiType MULTI_SELECTION_IMAGE
      Generated enum value for UiType.MULTI_SELECTION_IMAGE value defined at extension sapproductconfigfacades.
    • READ_ONLY_SINGLE_SELECTION_IMAGE

      public static final UiType READ_ONLY_SINGLE_SELECTION_IMAGE
      Generated enum value for UiType.READ_ONLY_SINGLE_SELECTION_IMAGE value defined at extension sapproductconfigfacades.
    • READ_ONLY_MULTI_SELECTION_IMAGE

      public static final UiType READ_ONLY_MULTI_SELECTION_IMAGE
      Generated enum value for UiType.READ_ONLY_MULTI_SELECTION_IMAGE value defined at extension sapproductconfigfacades.
  • Method Details

    • values

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