|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.iseries.core.comm.bridge.FDINStruct
This class corresponds to the CODE comm FDIN struct defined in evfcsys.h typedef struct { CHAR library[11]; Data base library name CHAR file[11]; Data base file name CHAR record[11]; Data base record name CHAR field[11]; Data base field name CHAR valCheck; Data base validity check } FDIN;
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
FDINStruct(CToJavaInputStream in)
Constructor for FDINStruct. |
Method Summary | |
---|---|
String |
getField()
Returns the field. |
String |
getFile()
Returns the file. |
String |
getLibrary()
Returns the library. |
String |
getRecord()
Returns the record. |
char |
getValCheck()
Returns the valCheck. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String copyright
Constructor Detail |
public FDINStruct(CToJavaInputStream in) throws IOException
Method Detail |
public String getField()
public String getFile()
public String getLibrary()
public String getRecord()
public char getValCheck()
|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |