Enum Class Baggage.Type

java.lang.Object
java.lang.Enum<Baggage.Type>
de.hybris.platform.prosservices.pros.onesearch.Baggage.Type
All Implemented Interfaces:
Serializable, Comparable<Baggage.Type>, Constable
Enclosing class:
Baggage

public static enum Baggage.Type extends Enum<Baggage.Type>
  • Enum Constant Details

    • ALPINIST_EQUIPMENT

      public static final Baggage.Type ALPINIST_EQUIPMENT
    • BICYCLE

      public static final Baggage.Type BICYCLE
    • CANOE_KAYAK

      public static final Baggage.Type CANOE_KAYAK
    • CAMPING_EQUIPMENT

      public static final Baggage.Type CAMPING_EQUIPMENT
    • FISHING_EQUIPMENT

      public static final Baggage.Type FISHING_EQUIPMENT
    • GOLF_EQUIPMENT

      public static final Baggage.Type GOLF_EQUIPMENT
    • PARAGLIDER

      public static final Baggage.Type PARAGLIDER
    • SCUBA_EQUIPMENT

      public static final Baggage.Type SCUBA_EQUIPMENT
    • SURFBOARD

      public static final Baggage.Type SURFBOARD
    • SKI_EQUIPMENT

      public static final Baggage.Type SKI_EQUIPMENT
    • SPORTING_EQUIPMENT

      public static final Baggage.Type SPORTING_EQUIPMENT
    • STROLLER_PUSHCHAIR

      public static final Baggage.Type STROLLER_PUSHCHAIR
    • SNOWBOARD

      public static final Baggage.Type SNOWBOARD
    • TENNIS_EQUIPMENT

      public static final Baggage.Type TENNIS_EQUIPMENT
    • WINDSURF_EQUIPMENT

      public static final Baggage.Type WINDSURF_EQUIPMENT
  • Method Details

    • values

      public static Baggage.Type[] 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 Baggage.Type 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
    • toString

      public String toString()
      Overrides:
      toString in class Enum<Baggage.Type>
    • value

      public String value()
    • fromValue

      public static Baggage.Type fromValue(String value)