IBM Branch Transformation Toolkit Javadoc

com.ibm.dse.services.landp
Class MsreTrackParams

java.lang.Object
  extended bycom.ibm.dse.services.landp.MsreTrackParams

public class MsreTrackParams
extends java.lang.Object

MSRE track parameters object.


Field Summary
 byte aeom
           
 byte asom
           
 byte bitsPerChar
           
static byte EDATA_ELRC
           
static byte EDATA_OLRC
           
static byte ENCODE_TRACK_1
           
static byte ENCODE_TRACK_2
           
static byte ENCODE_TRACK_3
           
 byte fmtCtrl
           
 byte lead0
           
static byte ODATA_ELRC
           
static byte ODATA_OLRC
           
 byte parity
           
 byte peom
           
 byte psom
           
static byte READ_TRACK_1
           
static byte READ_TRACK_2
           
static byte READ_TRACK_3
           
 
Constructor Summary
MsreTrackParams()
           
 
Method Summary
(package private)  void copy(MsreTrackParams tp)
          Copies the track parameters of another MsreTrackParams object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parity

public byte parity

bitsPerChar

public byte bitsPerChar

psom

public byte psom

asom

public byte asom

peom

public byte peom

aeom

public byte aeom

fmtCtrl

public byte fmtCtrl

lead0

public byte lead0

READ_TRACK_1

public static final byte READ_TRACK_1
See Also:
Constant Field Values

READ_TRACK_2

public static final byte READ_TRACK_2
See Also:
Constant Field Values

READ_TRACK_3

public static final byte READ_TRACK_3
See Also:
Constant Field Values

ENCODE_TRACK_1

public static final byte ENCODE_TRACK_1
See Also:
Constant Field Values

ENCODE_TRACK_2

public static final byte ENCODE_TRACK_2
See Also:
Constant Field Values

ENCODE_TRACK_3

public static final byte ENCODE_TRACK_3
See Also:
Constant Field Values

ODATA_OLRC

public static final byte ODATA_OLRC
See Also:
Constant Field Values

EDATA_ELRC

public static final byte EDATA_ELRC
See Also:
Constant Field Values

ODATA_ELRC

public static final byte ODATA_ELRC
See Also:
Constant Field Values

EDATA_OLRC

public static final byte EDATA_OLRC
See Also:
Constant Field Values
Constructor Detail

MsreTrackParams

public MsreTrackParams()
Method Detail

copy

void copy(MsreTrackParams tp)
Copies the track parameters of another MsreTrackParams object. The clone() method cannot be used, because clone() creates a new instance, and this method simply updates the fields of a preexistent object.

Parameters:
tp - MsreTrackParams the source of the copy operation.

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005