Enum Class TmaCartStrategyType

java.lang.Object
java.lang.Enum<TmaCartStrategyType>
de.hybris.platform.b2ctelcofacades.data.TmaCartStrategyType
All Implemented Interfaces:
Serializable, Comparable<TmaCartStrategyType>, Constable

public enum TmaCartStrategyType extends Enum<TmaCartStrategyType>
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Generated enum value for TmaCartStrategyType.ADD value defined at extension b2ctelcofacades.
    Generated enum value for TmaCartStrategyType.CLONE value defined at extension b2ctelcofacades.
    Generated enum value for TmaCartStrategyType.DELETE value defined at extension b2ctelcofacades.
    Generated enum value for TmaCartStrategyType.MERGE value defined at extension b2ctelcofacades.
    Generated enum value for TmaCartStrategyType.MODIFY value defined at extension b2ctelcofacades.
    Generated enum value for TmaCartStrategyType.RESTORE value defined at extension b2ctelcofacades.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the enum constant of this class with the specified name.
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • ADD

      public static final TmaCartStrategyType ADD
      Generated enum value for TmaCartStrategyType.ADD value defined at extension b2ctelcofacades.
    • DELETE

      public static final TmaCartStrategyType DELETE
      Generated enum value for TmaCartStrategyType.DELETE value defined at extension b2ctelcofacades.
    • MODIFY

      public static final TmaCartStrategyType MODIFY
      Generated enum value for TmaCartStrategyType.MODIFY value defined at extension b2ctelcofacades.
    • MERGE

      public static final TmaCartStrategyType MERGE
      Generated enum value for TmaCartStrategyType.MERGE value defined at extension b2ctelcofacades.
    • CLONE

      public static final TmaCartStrategyType CLONE
      Generated enum value for TmaCartStrategyType.CLONE value defined at extension b2ctelcofacades.
    • RESTORE

      public static final TmaCartStrategyType RESTORE
      Generated enum value for TmaCartStrategyType.RESTORE value defined at extension b2ctelcofacades.
  • Method Details

    • values

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