public enum DCInfoBoxSubtype extends java.lang.Enum<DCInfoBoxSubtype>
| Enum Constant and Description |
|---|
DCBoxAssignedToAccidentInsuranceDoctor |
DCBoxInitialCertificate |
DCBoxPatientInfo |
DCBoxRenewedCertificate |
DCBoxUnknown |
DCBoxWorkAccident |
| Modifier and Type | Method and Description |
|---|---|
static DCInfoBoxSubtype |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DCInfoBoxSubtype[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DCInfoBoxSubtype DCBoxUnknown
public static final DCInfoBoxSubtype DCBoxPatientInfo
public static final DCInfoBoxSubtype DCBoxWorkAccident
public static final DCInfoBoxSubtype DCBoxAssignedToAccidentInsuranceDoctor
public static final DCInfoBoxSubtype DCBoxInitialCertificate
public static final DCInfoBoxSubtype DCBoxRenewedCertificate
public static DCInfoBoxSubtype[] values()
for (DCInfoBoxSubtype c : DCInfoBoxSubtype.values()) System.out.println(c);
public static DCInfoBoxSubtype 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 null