public enum IspEnum extends Enum<IspEnum>
| Enum Constant and Description |
|---|
CE |
CM |
CT |
CTT |
Other |
OverseaIsp |
PBS |
UN |
Unknown |
| Modifier and Type | Method and Description |
|---|---|
String |
getFullName() |
static IspEnum |
getIspByShortN(String shortName) |
String |
getShortName() |
static IspEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IspEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IspEnum UN
public static final IspEnum CM
public static final IspEnum CT
public static final IspEnum CTT
public static final IspEnum PBS
public static final IspEnum CE
public static final IspEnum Other
public static final IspEnum OverseaIsp
public static final IspEnum Unknown
public static IspEnum[] values()
for (IspEnum c : IspEnum.values()) System.out.println(c);
public static IspEnum 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 getShortName()
public String getFullName()
Copyright © 2023. All rights reserved.