public static enum CcidInfo.PINSupport extends java.lang.Enum<CcidInfo.PINSupport>
Enum Constant and Description |
---|
Modification |
Verification |
Modifier and Type | Method and Description |
---|---|
static CcidInfo.PINSupport |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CcidInfo.PINSupport[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CcidInfo.PINSupport Verification
public static final CcidInfo.PINSupport Modification
public static CcidInfo.PINSupport[] values()
for (CcidInfo.PINSupport c : CcidInfo.PINSupport.values()) System.out.println(c);
public static CcidInfo.PINSupport 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 nullCopyright © 1998-2014 Gamma Technologies. All Rights Reserved.