java.io.Serializable
, java.lang.Comparable<AuthenticationMethod1Code>
public enum AuthenticationMethod1Code extends java.lang.Enum<AuthenticationMethod1Code>
Java class for AuthenticationMethod1Code.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="AuthenticationMethod1Code"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="UKNW"/> <enumeration value="BYPS"/> <enumeration value="NPIN"/> <enumeration value="FPIN"/> <enumeration value="CPSG"/> <enumeration value="PPSG"/> <enumeration value="MANU"/> <enumeration value="MERC"/> <enumeration value="SCRT"/> <enumeration value="SNCT"/> <enumeration value="SCNL"/> </restriction> </simpleType>
Enum Constant | Description |
---|---|
BYPS |
|
CPSG |
|
FPIN |
|
MANU |
|
MERC |
|
NPIN |
|
PPSG |
|
SCNL |
|
SCRT |
|
SNCT |
|
UKNW |
Modifier and Type | Method | Description |
---|---|---|
static AuthenticationMethod1Code |
fromValue(java.lang.String v) |
|
java.lang.String |
value() |
|
static AuthenticationMethod1Code |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AuthenticationMethod1Code[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthenticationMethod1Code UKNW
public static final AuthenticationMethod1Code BYPS
public static final AuthenticationMethod1Code NPIN
public static final AuthenticationMethod1Code FPIN
public static final AuthenticationMethod1Code CPSG
public static final AuthenticationMethod1Code PPSG
public static final AuthenticationMethod1Code MANU
public static final AuthenticationMethod1Code MERC
public static final AuthenticationMethod1Code SCRT
public static final AuthenticationMethod1Code SNCT
public static final AuthenticationMethod1Code SCNL
public static AuthenticationMethod1Code[] values()
for (AuthenticationMethod1Code c : AuthenticationMethod1Code.values()) System.out.println(c);
public static AuthenticationMethod1Code 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 nullpublic java.lang.String value()
public static AuthenticationMethod1Code fromValue(java.lang.String v)
Copyright © 2018. All rights reserved.