public enum TicketCategory extends java.lang.Enum<TicketCategory>
| Enum Constant and Description |
|---|
COMPLAINT
Generated enum value for
TicketCategory.Complaint value defined at extension customerticketingfacades. |
ENQUIRY
Generated enum value for
TicketCategory.Enquiry value defined at extension customerticketingfacades. |
PROBLEM
Generated enum value for
TicketCategory.Problem value defined at extension customerticketingfacades. |
| Modifier and Type | Method and Description |
|---|---|
static TicketCategory |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TicketCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TicketCategory ENQUIRY
TicketCategory.Enquiry value defined at extension customerticketingfacades.public static final TicketCategory COMPLAINT
TicketCategory.Complaint value defined at extension customerticketingfacades.public static final TicketCategory PROBLEM
TicketCategory.Problem value defined at extension customerticketingfacades.public static TicketCategory[] values()
for (TicketCategory c : TicketCategory.values()) System.out.println(c);
public static TicketCategory valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2018 SAP SE. All Rights Reserved.