Enum Class SuggestionType

java.lang.Object
java.lang.Enum<SuggestionType>
de.hybris.platform.commercefacades.travel.enums.SuggestionType
All Implemented Interfaces:
Serializable, Comparable<SuggestionType>, Constable

public enum SuggestionType extends Enum<SuggestionType>
  • Enum Constant Details

    • PROPERTY

      public static final SuggestionType PROPERTY
      Generated enum value for SuggestionType.PROPERTY value defined at extension travelfacades.
    • LOCATION

      public static final SuggestionType LOCATION
      Generated enum value for SuggestionType.LOCATION value defined at extension travelfacades.
    • AIRPORTGROUP

      public static final SuggestionType AIRPORTGROUP
      Generated enum value for SuggestionType.AIRPORTGROUP value defined at extension travelfacades.
    • CITY

      public static final SuggestionType CITY
      Generated enum value for SuggestionType.CITY value defined at extension travelfacades.
  • Method Details

    • values

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