public enum TicketSupport extends Enum<TicketSupport>
Java class for ticketSupport.
The following schema fragment specifies the expected content contained within this class.
Enum Constant and Description |
---|
BADGE |
BLOCKCHAIN |
DEMAT_BADGE |
ETICKET |
MOBILE |
PAPER_A_4 |
PASSBOOK |
PR_RFID_CARD |
RFID |
THERMAL |
Modifier and Type | Method and Description |
---|---|
static TicketSupport |
fromValue(String v) |
String |
value() |
static TicketSupport |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TicketSupport[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TicketSupport THERMAL
public static final TicketSupport ETICKET
public static final TicketSupport PAPER_A_4
public static final TicketSupport PASSBOOK
public static final TicketSupport MOBILE
public static final TicketSupport BLOCKCHAIN
public static final TicketSupport BADGE
public static final TicketSupport RFID
public static final TicketSupport PR_RFID_CARD
public static final TicketSupport DEMAT_BADGE
public static TicketSupport[] values()
for (TicketSupport c : TicketSupport.values()) System.out.println(c);
public static TicketSupport 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 nullpublic String value()
public static TicketSupport fromValue(String v)
Copyright © 2021. All rights reserved.