|
CICS® Transaction Gateway Programming Reference V3.1 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ctg.epi.MapData
This class contains information about a BMS map
Field Summary | |
int |
col
the column at which the map starts |
int |
depth
the map depth in rows |
int |
fields
the number of fields in the map |
int |
labels
the number of labelled fields in the map |
java.lang.String |
name
the name of the map |
int |
row
the row at which the map starts |
int |
width
the map width in columns |
Constructor Summary | |
MapData(int r,
int c,
int w,
int d,
int f,
int l)
Constructs a MapData object with the given information |
|
MapData(java.lang.String n,
int r,
int c,
int w,
int d,
int f,
int l)
Constructs a MapData object with the given information |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Returns true if the argument is a MapData object equivalent to this one. |
Methods inherited from class java.lang.Object |
|
Field Detail |
public int row
public int col
public int width
public int depth
public int fields
public int labels
public java.lang.String name
Constructor Detail |
public MapData(int r, int c, int w, int d, int f, int l)
r
- rowc
- columnw
- width in columnsd
- depth in rowsf
- number of fieldsl
- number of labelled fieldspublic MapData(java.lang.String n, int r, int c, int w, int d, int f, int l)
n
- map namer
- rowc
- columnw
- width in columnsd
- depth in rowsf
- number of fieldsl
- number of labelled fieldsMethod Detail |
public boolean equals(java.lang.Object obj)
obj
- an Object
|
© Copyright IBM Corp. 1994, 1999 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |