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