public enum PSPAccessMethod extends Enum<PSPAccessMethod>
Enum Constant and Description |
---|
EFT_POS |
MIXED |
MOTO |
WEB_POST |
WEB_REDIRECT |
Modifier and Type | Method and Description |
---|---|
static PSPAccessMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PSPAccessMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PSPAccessMethod EFT_POS
public static final PSPAccessMethod MOTO
public static final PSPAccessMethod MIXED
public static final PSPAccessMethod WEB_POST
public static final PSPAccessMethod WEB_REDIRECT
public static PSPAccessMethod[] values()
for (PSPAccessMethod c : PSPAccessMethod.values()) System.out.println(c);
public static PSPAccessMethod 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 nullCopyright © 2020. All rights reserved.