Enum Class TicketCategory

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

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

    • ENQUIRY

      public static final TicketCategory ENQUIRY
      Generated enum value for TicketCategory.Enquiry value defined at extension customerticketingfacades.
    • COMPLAINT

      public static final TicketCategory COMPLAINT
      Generated enum value for TicketCategory.Complaint value defined at extension customerticketingfacades.
    • PROBLEM

      public static final TicketCategory PROBLEM
      Generated enum value for TicketCategory.Problem value defined at extension customerticketingfacades.
  • Method Details

    • values

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