|
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.ISeriesListMembersHeader
public class ISeriesListMembersHeader
This class encapuslates the member list header information available after a call to ISeriesListMembers. This is information pertaining to the file which contained the members retrieved.
Field Summary | |
---|---|
static String |
Copyright
|
Constructor Summary | |
---|---|
protected |
ISeriesListMembersHeader(AS400 system,
byte[] data400,
int headerOffset,
int hostCCSID)
The constructor is not public. |
Method Summary | |
---|---|
String |
getFileAttribute()
Return attribute of file used to get list. |
String |
getFileDescription()
Return description of file used to get list. |
int |
getFileDescriptionCCSID()
Return host CCSID of description of file used to get list. |
String |
getFileLibrary()
Return name of library containing file used to get list. |
String |
getFileName()
Return name of file used to get list. |
String |
getFilePDMAttribute()
Return attribute of file used to get list, suffixed with -SRC or -DTA as in PDM. |
int |
getNbrMembers()
Return number of members in file used to get list. |
boolean |
isSourceFile()
Return true if file used to get list is a source file versus a data file. |
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 ISeriesListMembersHeader(AS400 system, byte[] data400, int headerOffset, int hostCCSID)
Method Detail |
---|
public int getNbrMembers()
public String getFileName()
public String getFileLibrary()
public String getFileAttribute()
getFilePDMAttribute()
public String getFilePDMAttribute()
getFileAttribute()
public String getFileDescription()
public boolean isSourceFile()
public int getFileDescriptionCCSID()
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 |