Package | Description |
---|---|
com.zebra.sdk.common.card.containers |
Provides containers for Zebra Card Printer objects.
|
com.zebra.sdk.common.card.enumerations |
Provides card printer enumerated objects.
|
com.zebra.sdk.common.card.job |
Provides interfaces for card print job related functions.
|
com.zebra.sdk.zmotif.job |
Provides container for ZMotif card printer job related functions.
|
com.zebra.sdk.zxp.job |
Provides container for ZXP job related functions
|
Modifier and Type | Field and Description |
---|---|
java.util.EnumSet<DataSource> |
JobConfigInfo.dataSource
DataSource to read ID from used by customer to create job info |
Modifier and Type | Method and Description |
---|---|
static DataSource |
DataSource.fromString(String text)
Returns the DataSource enumeration for the specified text or null if no enumeration matches the specified text.
|
static DataSource |
DataSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSource[] |
DataSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MagTrackData |
JobUtil.readMagData(java.util.EnumSet<DataSource> tracksToRead)
Reads the data from a magnetically encoded card.
|
MagTrackData |
JobUtil.readMagData(java.util.EnumSet<DataSource> tracksToRead,
boolean isVerbose)
Reads the data from a magnetically encoded card.
|
Modifier and Type | Method and Description |
---|---|
java.util.EnumSet<DataSource> |
JobControlHelperUtilZmotif.getDataSource()
Returns the selected data source(s) to be used during a read job.
|
Modifier and Type | Method and Description |
---|---|
void |
JobControlHelperUtilZmotif.setDataSource(java.util.EnumSet<DataSource> dataSource)
Sets the data source(s) to be used during a read job.
|
Modifier and Type | Method and Description |
---|---|
java.util.EnumSet<DataSource> |
JobControlHelperUtilZxp.getDataSource()
Returns the data source for all magnetic read operations.
|
Modifier and Type | Method and Description |
---|---|
void |
JobControlHelperUtilZxp.setDataSource(java.util.EnumSet<DataSource> dataSource)
Sets the data source for the specified magnetic read operation for the current job.
|
© 2016 ZIH Corp. All Rights Reserved.