public enum DocType extends Enum<DocType>
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
String |
getDesc() |
void |
setCode(int code) |
void |
setDesc(String desc) |
static DocType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocType ThreeInOne
public static final DocType BusinessLicense
public static final DocType OrganizationCodeCertificate
public static final DocType TaxRegistrationCertificate
public static final DocType SocialCreditCodeCertificate
public static final DocType PowerOfAttorney
public static final DocType Others
public static final DocType InstitutionLegalPersonCertificate
public static final DocType RepresentativeIDCardFront
public static final DocType RepresentativeIDCardBack
public static final DocType ResponsiblePersonIDCardFront
public static final DocType ResponsiblePersonIDCardBack
public static final DocType PassportCard
public static final DocType HKMPassportCard
public static final DocType TWPassportCard
public static final DocType HMTResidenceCard
public static final DocType AppIcpCertificate
public static final DocType TrademarkCertificate
public static DocType[] values()
for (DocType c : DocType.values()) System.out.println(c);
public static DocType 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 int getCode()
public String getDesc()
public void setCode(int code)
public void setDesc(String desc)
Copyright © 2025. All rights reserved.