|
CICS® Transaction Gateway Programming Reference v1.1.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.ctg.epi.FieldData
public class FieldData
This class contains information about a field in a BMS map.
Field Summary | |
---|---|
int |
col
The column at which the field starts within the map. |
java.lang.String |
label
The field label, or null if it is not labelled. |
int |
len
The field length. |
int |
row
The row at which the field starts within the map. |
Constructor Summary | |
---|---|
FieldData(int r,
int c,
int l)
Constructs a FieldData object with the given information. |
|
FieldData(java.lang.String n,
int r,
int c,
int l)
Constructs a FieldData object with the given information. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Returns true if the argument is a FieldData object equivalent to this one. |
java.lang.String |
toString()
Returns a String representaion of this FieldData object. |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int row
public int col
public int len
public java.lang.String label
Constructor Detail |
---|
public FieldData(int r, int c, int l)
r
- rowc
- columnl
- lengthpublic FieldData(java.lang.String n, int r, int c, int l)
n
- labelr
- rowc
- columnl
- lengthMethod Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- an Object
|
©Copyright IBM Corp. 1994, 2014 Legal |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |