Enum Class CxProcessParameterType
java.lang.Object
java.lang.Enum<CxProcessParameterType>
de.hybris.platform.personalizationservices.process.strategies.CxProcessParameterType
- All Implemented Interfaces:
Serializable,Comparable<CxProcessParameterType>,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionGenerated enum value forCxProcessParameterType.ANONYMOUS_SEGMENTATIONvalue defined at extensionpersonalizationservices.Generated enum value forCxProcessParameterType.BASE_SITEvalue defined at extensionpersonalizationservices.Generated enum value forCxProcessParameterType.PROFILE_IDvalue defined at extensionpersonalizationyprofile.Generated enum value forCxProcessParameterType.SEGMENTATIONvalue defined at extensionpersonalizationservices.Generated enum value forCxProcessParameterType.SESSION_TOKENvalue defined at extensionpersonalizationservices.Generated enum value forCxProcessParameterType.USER_CONSENTSvalue defined at extensionpersonalizationservices. -
Method Summary
Modifier and TypeMethodDescriptionstatic CxProcessParameterTypeReturns the enum constant of this class with the specified name.static CxProcessParameterType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BASE_SITE
Generated enum value forCxProcessParameterType.BASE_SITEvalue defined at extensionpersonalizationservices. -
SESSION_TOKEN
Generated enum value forCxProcessParameterType.SESSION_TOKENvalue defined at extensionpersonalizationservices. -
USER_CONSENTS
Generated enum value forCxProcessParameterType.USER_CONSENTSvalue defined at extensionpersonalizationservices. -
ANONYMOUS_SEGMENTATION
Generated enum value forCxProcessParameterType.ANONYMOUS_SEGMENTATIONvalue defined at extensionpersonalizationservices. -
SEGMENTATION
Generated enum value forCxProcessParameterType.SEGMENTATIONvalue defined at extensionpersonalizationservices. -
PROFILE_ID
Generated enum value forCxProcessParameterType.PROFILE_IDvalue defined at extensionpersonalizationyprofile.
-
-
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
-