Enum Class AddonConfigDataImportType

java.lang.Object
java.lang.Enum<AddonConfigDataImportType>
de.hybris.platform.addonsupport.impex.AddonConfigDataImportType
All Implemented Interfaces:
Serializable, Comparable<AddonConfigDataImportType>, Constable

public enum AddonConfigDataImportType extends Enum<AddonConfigDataImportType>
  • Enum Constant Details

    • CONTENT

      public static final AddonConfigDataImportType CONTENT
      Generated enum value for AddonConfigDataImportType.CONTENT value defined at extension addonsupport.
    • PRODUCT

      public static final AddonConfigDataImportType PRODUCT
      Generated enum value for AddonConfigDataImportType.PRODUCT value defined at extension addonsupport.
    • SEARCH_SERVICES

      public static final AddonConfigDataImportType SEARCH_SERVICES
      Generated enum value for AddonConfigDataImportType.SEARCH_SERVICES value defined at extension addonsupport.
    • SOLR

      public static final AddonConfigDataImportType SOLR
      Generated enum value for AddonConfigDataImportType.SOLR value defined at extension addonsupport.
    • STORE

      public static final AddonConfigDataImportType STORE
      Generated enum value for AddonConfigDataImportType.STORE value defined at extension addonsupport.
  • Method Details

    • values

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