public enum CleaningPath extends Enum<CleaningPath>
| Enum Constant and Description |
|---|
ATM
ATM card feeder.
|
Feed
Main card feeder.
|
LaminatorCard
Laminator card path.
|
LaminatorRollers
Laminator rollers.
|
Transfer
Transfer station.
For ZMotif Series re-transfer printers only. |
| Modifier and Type | Method and Description |
|---|---|
static CleaningPath |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CleaningPath[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CleaningPath ATM
public static final CleaningPath Feed
public static final CleaningPath LaminatorCard
public static final CleaningPath LaminatorRollers
public static final CleaningPath Transfer
public static CleaningPath[] values()
for (CleaningPath c : CleaningPath.values()) System.out.println(c);
public static CleaningPath 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 null
© 2016 ZIH Corp. All Rights Reserved.