|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.iseries.comm.ISeriesListFieldsHeader
public class ISeriesListFieldsHeader
This class encapuslates the field list header information available after a call to ISeriesListFields. This is information pertaining to the file which contained the fields retrieved.
Field Summary | |
---|---|
static String |
Copyright
|
Constructor Summary | |
---|---|
protected |
ISeriesListFieldsHeader(AS400 system,
byte[] data400,
int headerOffset,
int hostCCSID)
The constructor is not public. |
Method Summary | |
---|---|
String |
getFileLibrary()
Return name of library containing file used to get the list. |
String |
getFileName()
Return name of file used to get the list. |
String |
getFileType()
Return type of file used to get the list. |
boolean |
getHasDateAndTimeFields()
Return true if record format used to get the list contains date and time fields. |
boolean |
getHasGraphicFields()
Return true if record format used to get the list contains graphic fields. |
boolean |
getHasNullCapableFields()
Return true if record format used to get the list contains null capable fields. |
boolean |
getHasVariableLengthFields()
Return true if record format used to get the list contains variable length fields. |
String |
getRecordDescription()
Return description of record format used to get the list. |
int |
getRecordDescriptionCCSID()
Return host CCSID of description of record format used to get the list. |
String |
getRecordFormatID()
Return ID of record format used to get the list. |
String |
getRecordFormatName()
Return record format name used to get the list. |
int |
getRecordLength()
Return length of record format used to get the list. |
void |
writeHeaderInfo(PrintWriter logFileStream)
Write out to file stream information in this header. |
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 |
---|
protected ISeriesListFieldsHeader(AS400 system, byte[] data400, int headerOffset, int hostCCSID)
Method Detail |
---|
public String getFileName()
public String getFileLibrary()
public String getFileType()
public String getRecordFormatName()
public String getRecordFormatID()
public int getRecordLength()
public String getRecordDescription()
public int getRecordDescriptionCCSID()
public boolean getHasVariableLengthFields()
public boolean getHasGraphicFields()
public boolean getHasDateAndTimeFields()
public boolean getHasNullCapableFields()
public void writeHeaderInfo(PrintWriter logFileStream)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |