uk.me.parabola.imgfmt.app.mdr
Class Mdr10Record
java.lang.Object
uk.me.parabola.imgfmt.app.mdr.ConfigBase
uk.me.parabola.imgfmt.app.mdr.RecordBase
uk.me.parabola.imgfmt.app.mdr.Mdr10Record
- All Implemented Interfaces:
- java.lang.Comparable<Mdr10Record>
public class Mdr10Record
- extends RecordBase
- implements java.lang.Comparable<Mdr10Record>
An index into mdr11.
There is a primary ordering on the type and a secondary ordering on the
record number of the mdr11 record. The type is not actually stored
in this section, you use mdr9 to divide up this section into groups of
types.
This section contains the subtype of each point.
- Author:
- Steve Ratcliffe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Mdr10Record
public Mdr10Record()
compareTo
public int compareTo(Mdr10Record o)
- Specified by:
compareTo
in interface java.lang.Comparable<Mdr10Record>
getMdr11ref
public Mdr11Record getMdr11ref()
setMdr11ref
public void setMdr11ref(Mdr11Record mdr11ref)
getSubtype
public int getSubtype()
setSubtype
public void setSubtype(int subtype)
setFullType
public void setFullType(int fullType)