Enum Class SubscriptionStatusData
java.lang.Object
java.lang.Enum<SubscriptionStatusData>
de.hybris.platform.b2ctelcofacades.data.SubscriptionStatusData
- All Implemented Interfaces:
Serializable,Comparable<SubscriptionStatusData>,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 forSubscriptionStatusData.ACTIVEvalue defined at extensionb2ctelcofacades.Generated enum value forSubscriptionStatusData.CANCELLEDvalue defined at extensionb2ctelcofacades.Generated enum value forSubscriptionStatusData.EXPIREDvalue defined at extensionb2ctelcofacades.Generated enum value forSubscriptionStatusData.INACTIVEvalue defined at extensionb2ctelcofacades.Generated enum value forSubscriptionStatusData.PENDING_ACTIVATIONvalue defined at extensionb2ctelcofacades.Generated enum value forSubscriptionStatusData.SUSPENDEDvalue defined at extensionb2ctelcofacades. -
Method Summary
Modifier and TypeMethodDescriptionstatic SubscriptionStatusDataReturns the enum constant of this class with the specified name.static SubscriptionStatusData[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ACTIVE
Generated enum value forSubscriptionStatusData.ACTIVEvalue defined at extensionb2ctelcofacades. -
CANCELLED
Generated enum value forSubscriptionStatusData.CANCELLEDvalue defined at extensionb2ctelcofacades. -
EXPIRED
Generated enum value forSubscriptionStatusData.EXPIREDvalue defined at extensionb2ctelcofacades. -
PENDING_ACTIVATION
Generated enum value forSubscriptionStatusData.PENDING_ACTIVATIONvalue defined at extensionb2ctelcofacades. -
INACTIVE
Generated enum value forSubscriptionStatusData.INACTIVEvalue defined at extensionb2ctelcofacades. -
SUSPENDED
Generated enum value forSubscriptionStatusData.SUSPENDEDvalue defined at extensionb2ctelcofacades.
-
-
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
-