Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.comm.interfaces
Interface IISeriesHostRecordNameOnly

All Superinterfaces:
IISeriesHostObjectNameOnly
All Known Subinterfaces:
IISeriesHostDatabaseField, IISeriesHostFieldBasic, IISeriesHostFieldNameArray, IISeriesHostFieldNameOnly, IISeriesHostRecordBasic, IISeriesHostRecordDevice, IQSYSDatabaseField, IQSYSDatabaseFileRecordFormat, IQSYSDeviceFileRecordFormat, IQSYSFileField, IQSYSFileRecordFormat
All Known Implementing Classes:
ISeriesHostDatabaseField, ISeriesHostFieldBasic, ISeriesHostFieldNameArray, ISeriesHostFieldNameOnly, ISeriesHostRecordBasic, ISeriesHostRecordDevice, ISeriesHostRecordNameOnly, QSYSHostDatabaseField, QSYSHostDatabaseFileRecordFormat, QSYSHostFileField, QSYSHostFileRecordFormat, QSYSRemoteDatabaseField, QSYSRemoteDatabaseFileRecordFormat, QSYSRemoteFileField, QSYSRemoteFileRecordFormat

public interface IISeriesHostRecordNameOnly
extends IISeriesHostObjectNameOnly

This interface represents the simplest of host record list requests, returning only the name. Well, actually the name plus the library and file name the record is in. This context info is important when doing multi-generic list requests so you can tell where the record name came from. Note we inherit get/set for Library and Name, so only need to supply File.


Field Summary
static String Copyright
           
 
Method Summary
 String getFile()
           
 String getFileType()
          Return the type of file this record is from.
 void setFile(String name)
           
 void setFileType(String fileType)
           
 String toString()
           
 void writeObjectInfo(PrintWriter writer)
           
 
Methods inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostObjectNameOnly
getLibrary, getName, setLibrary, setName
 

Field Detail

Copyright

static final String Copyright
See Also:
Constant Field Values
Method Detail

setFile

void setFile(String name)

setFileType

void setFileType(String fileType)

getFile

String getFile()

getFileType

String getFileType()
Return the type of file this record is from. Will be one of:


toString

String toString()
Specified by:
toString in interface IISeriesHostObjectNameOnly
Overrides:
toString in class Object

writeObjectInfo

void writeObjectInfo(PrintWriter writer)
Specified by:
writeObjectInfo in interface IISeriesHostObjectNameOnly

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.