public enum InvoiceTypeEnum extends Enum<InvoiceTypeEnum>
| Modifier and Type | Method and Description |
|---|---|
String |
getAttr() |
static String |
getAttrByCode(String code) |
static String |
getAttrByValue(String value) |
String |
getCode() |
static String |
getCodeByValue(String value) |
String |
getValue() |
static String |
getValueByCode(String code) |
static InvoiceTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InvoiceTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InvoiceTypeEnum ELECTRONIC_ORDINARY_INVOICE
public static final InvoiceTypeEnum DIGITAL_ELECTRONIC_ORDINARY_INVOICE
public static final InvoiceTypeEnum ORDINARY_INVOICE
public static final InvoiceTypeEnum SPECIAL_INVOICE
public static final InvoiceTypeEnum ELECTRONIC_SPECIAL_INVOICE
public static final InvoiceTypeEnum DIGITAL_ELECTRONIC_SPECIAL_INVOICE
public static final InvoiceTypeEnum GENERAL_INVOICE
public static final InvoiceTypeEnum TRAIN_TICKET
public static final InvoiceTypeEnum QUOTA_INVOICE
public static final InvoiceTypeEnum MOTOR_VEHICLE_INVOICE
public static final InvoiceTypeEnum AIR_TICKET_ITINERARY
public static final InvoiceTypeEnum ROLL_INVOICE
public static final InvoiceTypeEnum TAX_PAYMENT_CERTIFICATE
public static final InvoiceTypeEnum ROAD_BRIDGE_FEE_INVOICE
public static final InvoiceTypeEnum SECOND_HAND_CAR_INVOICE
public static final InvoiceTypeEnum PASSENGER_TRANSPORT_TICKET
public static final InvoiceTypeEnum TAXI_RECEIPT
public static final InvoiceTypeEnum MACHINE_PRINTED_INVOICE
public static final InvoiceTypeEnum OTHER_INVOICE
public static InvoiceTypeEnum[] values()
for (InvoiceTypeEnum c : InvoiceTypeEnum.values()) System.out.println(c);
public static InvoiceTypeEnum 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 getCode()
public String getValue()
public String getAttr()
Copyright © 2026. All rights reserved.