public enum ComposedProductTicketPrintingMode extends Enum<ComposedProductTicketPrintingMode>
Enum Constant and Description |
---|
BADGE |
BADGE_AND_TICKETS |
CARD |
CARD_AND_TICKETS |
TICKETS |
Modifier and Type | Method and Description |
---|---|
static ComposedProductTicketPrintingMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComposedProductTicketPrintingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComposedProductTicketPrintingMode CARD
public static final ComposedProductTicketPrintingMode CARD_AND_TICKETS
public static final ComposedProductTicketPrintingMode TICKETS
public static final ComposedProductTicketPrintingMode BADGE
public static final ComposedProductTicketPrintingMode BADGE_AND_TICKETS
public static ComposedProductTicketPrintingMode[] values()
for (ComposedProductTicketPrintingMode c : ComposedProductTicketPrintingMode.values()) System.out.println(c);
public static ComposedProductTicketPrintingMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2021. All rights reserved.