|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--JIMSCore.DataSection
This is the DataSection class.
Field Summary | |
int |
iAddress
|
int |
iType
|
static int |
TYPE_DATA
|
static int |
TYPE_KDATA
|
java.util.Vector |
vDataVector
|
Constructor Summary | |
DataSection(int iAddress,
int iType)
|
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
|
Field Detail |
public static final int TYPE_DATA
public static final int TYPE_KDATA
public int iAddress
public java.util.Vector vDataVector
public int iType
Constructor Detail |
public DataSection(int iAddress, int iType)
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |