Enum Class IntegrationServicesFeature

java.lang.Object
java.lang.Enum<IntegrationServicesFeature>
de.hybris.platform.integrationservices.IntegrationServicesFeature
All Implemented Interfaces:
Feature, Serializable, Comparable<IntegrationServicesFeature>, Constable

public enum IntegrationServicesFeature extends Enum<IntegrationServicesFeature> implements Feature
Represents features being worked on in integrationservices
  • Enum Constant Details

    • PREVENT_IOC_ROOT_UPDATE

      @Deprecated(since="2211.FP2", forRemoval=true) public static final IntegrationServicesFeature PREVENT_IOC_ROOT_UPDATE
      Deprecated, for removal: This API element is subject to removal in a future version.
      this property will be removed eventually and then the default behavior will be identical to when this is true.
      Property name for enabling and disabling support to update the IntegrationObjectClass root attribute. If the root attribute is set to true, then it cannot be updated to false. Similarly, if the root is set to true, then it cannot be updated to false.
  • Method Details

    • values

      public static IntegrationServicesFeature[] 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 IntegrationServicesFeature 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
    • getProperty

      public String getProperty()
      Gets the property related to the feature enum
      Specified by:
      getProperty in interface Feature
      Returns:
      Feature's property name