Enum Class IntegrationServicesFeature
java.lang.Object
java.lang.Enum<IntegrationServicesFeature>
de.hybris.platform.integrationservices.IntegrationServicesFeature
- All Implemented Interfaces:
Feature,Serializable,Comparable<IntegrationServicesFeature>,Constable
Represents features being worked on in integrationservices
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionGets the property related to the feature enumstatic IntegrationServicesFeatureReturns the enum constant of this class with the specified name.static IntegrationServicesFeature[]values()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, valueOfMethods inherited from interface de.hybris.platform.integrationservices.util.featuretoggle.Feature
disable, enable, isDisabled, isEnabled
-
Enum Constant Details
-
PREVENT_IOC_ROOT_UPDATE
@Deprecated(since="2211.FP2", forRemoval=true) public static final IntegrationServicesFeature PREVENT_IOC_ROOT_UPDATEDeprecated, 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 istrue.Property name for enabling and disabling support to update theIntegrationObjectClassroot attribute. If the root attribute is set totrue, then it cannot be updated tofalse. Similarly, if the root is set totrue, then it cannot be updated tofalse.
-
-
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 nameNullPointerException- if the argument is null
-
getProperty
Gets the property related to the feature enum- Specified by:
getPropertyin interfaceFeature- Returns:
- Feature's property name
-
true.