| Enum Constant and Description | 
|---|
| ATMATM slot. | 
| AutoAutomatically determine where to feed the card from. Card will feed from the hopper unless a card has been fed in through the ATM slot. | 
| FeederCard hopper. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ATMMode | fromInteger(int id)Returns the associated card feeder source from the specified integer value. | 
| int | getValue()Returns the integer representation of the enumeration member. | 
| static ATMMode | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static ATMMode[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final ATMMode Feeder
public static final ATMMode ATM
public static final ATMMode Auto
public static ATMMode[] values()
for (ATMMode c : ATMMode.values()) System.out.println(c);
public static ATMMode 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 nullpublic int getValue()
public static ATMMode fromInteger(int id)
id - Enumeration integer representation.
				© 2016 ZIH Corp. All Rights Reserved.