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.zmotif.job |
Provides container for ZMotif card printer job related functions.
|
Modifier and Type | Field and Description |
---|---|
java.util.Map<TrackNumber,ParameterInfo> |
MagneticEncoderOffsetInfo.startSentinel
Map containing the individual track start sentinel offset values.
|
Modifier and Type | Method and Description |
---|---|
static TrackNumber |
TrackNumber.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrackNumber[] |
TrackNumber.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<TrackNumber,Integer> |
JobControlHelperUtilZmotif.getMagBitsPerCharacter()
Gets the bits per character for each track number.
|
java.util.Map<TrackNumber,DataFormat> |
JobControlHelperUtilZmotif.getMagDataFormat()
Returns the magnetic encoding data format for each track.
|
java.util.Map<TrackNumber,DataCharParity> |
JobControlHelperUtilZmotif.getMagDataParity()
Gets the data parity for each track.
|
java.util.Map<TrackNumber,MagSentinel> |
JobControlHelperUtilZmotif.getMagSentinelFormat()
Gets the sentinel format values for each track.
|
java.util.Map<TrackNumber,Integer> |
JobControlHelperUtilZmotif.getMagTrackDensity()
Gets the density value for each track.
|
Modifier and Type | Method and Description |
---|---|
void |
JobControlHelperUtilZmotif.setMagBitsPerCharacter(java.util.Map<TrackNumber,Integer> bitsPerChar)
Sets the bits per character for each track.
|
void |
JobControlHelperUtilZmotif.setMagDataFormat(java.util.Map<TrackNumber,DataFormat> dataFormat)
Sets the magnetic encoding data format for each track contained in the supplied Map.
|
void |
JobControlHelperUtilZmotif.setMagDataParity(java.util.Map<TrackNumber,DataCharParity> parity)
Sets the data character parity for each track for the current job.
|
void |
JobControlHelperUtilZmotif.setMagEncodingType(java.util.Map<TrackNumber,MagEncodingType> type)
Sets the magnetic encoding type for each track contained in the specified Map object.
|
void |
JobControlHelperUtilZmotif.setMagSentinelFormat(java.util.Map<TrackNumber,MagSentinel> sentinel)
Sets the sentinel formats for each supplied track for the current job.
|
void |
JobControlHelperUtilZmotif.setMagTrackDensity(java.util.Map<TrackNumber,Integer> density)
Sets the density value for each supplied track number for the current job.
|
© 2016 ZIH Corp. All Rights Reserved.