Package com.adyen.model.balanceplatform
Enum EntryModesRestriction.ValueEnum
- java.lang.Object
-
- java.lang.Enum<EntryModesRestriction.ValueEnum>
-
- com.adyen.model.balanceplatform.EntryModesRestriction.ValueEnum
-
- All Implemented Interfaces:
Serializable,Comparable<EntryModesRestriction.ValueEnum>
- Enclosing class:
- EntryModesRestriction
public static enum EntryModesRestriction.ValueEnum extends Enum<EntryModesRestriction.ValueEnum>
Gets or Sets value
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EntryModesRestriction.ValueEnumfromValue(String value)StringgetValue()StringtoString()static EntryModesRestriction.ValueEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static EntryModesRestriction.ValueEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
BARCODE
public static final EntryModesRestriction.ValueEnum BARCODE
-
CHIP
public static final EntryModesRestriction.ValueEnum CHIP
-
COF
public static final EntryModesRestriction.ValueEnum COF
-
CONTACTLESS
public static final EntryModesRestriction.ValueEnum CONTACTLESS
-
MAGSTRIPE
public static final EntryModesRestriction.ValueEnum MAGSTRIPE
-
MANUAL
public static final EntryModesRestriction.ValueEnum MANUAL
-
OCR
public static final EntryModesRestriction.ValueEnum OCR
-
SERVER
public static final EntryModesRestriction.ValueEnum SERVER
-
UNKNOWN
public static final EntryModesRestriction.ValueEnum UNKNOWN
-
-
Method Detail
-
values
public static EntryModesRestriction.ValueEnum[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (EntryModesRestriction.ValueEnum c : EntryModesRestriction.ValueEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static EntryModesRestriction.ValueEnum valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public String getValue()
-
toString
public String toString()
- Overrides:
toStringin classEnum<EntryModesRestriction.ValueEnum>
-
fromValue
public static EntryModesRestriction.ValueEnum fromValue(String value)
-
-