Enum Class AddToCartInfoType

java.lang.Object
java.lang.Enum<AddToCartInfoType>
de.hybris.platform.coreairlinewebservicescommons.enums.AddToCartInfoType
All Implemented Interfaces:
Serializable, Comparable<AddToCartInfoType>, Constable

public enum AddToCartInfoType extends Enum<AddToCartInfoType>
  • 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 AddToCartInfoType.PER_BOOKING value defined at extension coreairlinewebservicescommons.
    Generated enum value for AddToCartInfoType.PER_PAX value defined at extension coreairlinewebservicescommons.
    Generated enum value for AddToCartInfoType.PER_PAX_PER_FLIGHT value defined at extension coreairlinewebservicescommons.
    Generated enum value for AddToCartInfoType.PER_PAX_PER_SEGMENT value defined at extension coreairlinewebservicescommons.
    Generated enum value for AddToCartInfoType.PER_SEGMENT value defined at extension coreairlinewebservicescommons.
  • 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

    • PER_BOOKING

      public static final AddToCartInfoType PER_BOOKING
      Generated enum value for AddToCartInfoType.PER_BOOKING value defined at extension coreairlinewebservicescommons.
    • PER_PAX

      public static final AddToCartInfoType PER_PAX
      Generated enum value for AddToCartInfoType.PER_PAX value defined at extension coreairlinewebservicescommons.
    • PER_SEGMENT

      public static final AddToCartInfoType PER_SEGMENT
      Generated enum value for AddToCartInfoType.PER_SEGMENT value defined at extension coreairlinewebservicescommons.
    • PER_PAX_PER_FLIGHT

      public static final AddToCartInfoType PER_PAX_PER_FLIGHT
      Generated enum value for AddToCartInfoType.PER_PAX_PER_FLIGHT value defined at extension coreairlinewebservicescommons.
    • PER_PAX_PER_SEGMENT

      public static final AddToCartInfoType PER_PAX_PER_SEGMENT
      Generated enum value for AddToCartInfoType.PER_PAX_PER_SEGMENT value defined at extension coreairlinewebservicescommons.
  • Method Details

    • values

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