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.
Copyright
static final String Copyright
- See Also:
- Constant Field Values
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:
- BSCF Binary synchronous communications (BSC) file
- CMNF Communications file
- DSPF Display file
- DDMF Distributed data management file
- DKTF Diskette file
- ICFF Intersystem communications function file
- LF Logical file
- MXDF Mixed file
- PF Physical file
- PRTF Printer file
- SAVF Save file
- TAPF Tape file
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
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.