Enum Class Service.Group

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

public static enum Service.Group extends Enum<Service.Group>
  • Enum Constant Details

    • IN_FLIGHT_ENTERTAINMENT

      public static final Service.Group IN_FLIGHT_ENTERTAINMENT
    • LOUNGE

      public static final Service.Group LOUNGE
    • PETS

      public static final Service.Group PETS
    • MEAL_BEVERAGE

      public static final Service.Group MEAL_BEVERAGE
    • PRE_RESERVED_SEAT_ASSIGNMENT

      public static final Service.Group PRE_RESERVED_SEAT_ASSIGNMENT
    • UPGRADES

      public static final Service.Group UPGRADES
    • RULE_OVERRIDE

      public static final Service.Group RULE_OVERRIDE
    • STORE

      public static final Service.Group STORE
    • TRAVEL_SERVICES

      public static final Service.Group TRAVEL_SERVICES
    • MEDICAL

      public static final Service.Group MEDICAL
    • GROUND_TRANSPORTATION

      public static final Service.Group GROUND_TRANSPORTATION
    • BUNDLED_SERVICE

      public static final Service.Group BUNDLED_SERVICE
    • CARBON_OFFSET

      public static final Service.Group CARBON_OFFSET
    • FREQUENT_FLYER

      public static final Service.Group FREQUENT_FLYER
    • STANDBY

      public static final Service.Group STANDBY
    • UNACCOMPANIED_TRAVEL_ESCORT

      public static final Service.Group UNACCOMPANIED_TRAVEL_ESCORT
    • UNACCOMPANIED_TRAVEL_UNESCORTED

      public static final Service.Group UNACCOMPANIED_TRAVEL_UNESCORTED
    • BRANDED_FARES

      public static final Service.Group BRANDED_FARES
  • Method Details

    • values

      public static Service.Group[] 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 Service.Group 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<Service.Group>
    • value

      public String value()
    • fromValue

      public static Service.Group fromValue(String value)