public static enum CardConfig.CardScanSide extends java.lang.Enum<CardConfig.CardScanSide>
Modifier and Type | Method and Description |
---|---|
static CardConfig.CardScanSide |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CardConfig.CardScanSide[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CardConfig.CardScanSide FRONT
public static final CardConfig.CardScanSide BACK
public static final CardConfig.CardScanSide BOTH
public static CardConfig.CardScanSide[] values()
for (CardConfig.CardScanSide c : CardConfig.CardScanSide.values()) System.out.println(c);
public static CardConfig.CardScanSide 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 © 2012 PayPal, Inc. All Rights Reserved.