Rational Developer for Power Systems Software
V7.6

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

All Superinterfaces:
IISeriesHostObjectNameOnly, IISeriesHostRecordNameOnly
All Known Subinterfaces:
IISeriesHostDatabaseField, IISeriesHostFieldBasic, IISeriesHostFieldNameArray, IQSYSDatabaseField, IQSYSFileField
All Known Implementing Classes:
ISeriesHostDatabaseField, ISeriesHostFieldBasic, ISeriesHostFieldNameArray, ISeriesHostFieldNameOnly, QSYSHostDatabaseField, QSYSHostFileField, QSYSRemoteDatabaseField, QSYSRemoteFileField

public interface IISeriesHostFieldNameOnly
extends IISeriesHostRecordNameOnly

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


Field Summary
static String Copyright
           
 
Method Summary
 String getRecord()
           
 void setRecord(String name)
           
 String toString()
           
 void writeObjectInfo(PrintWriter writer)
           
 
Methods inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostRecordNameOnly
getFile, getFileType, setFile, setFileType
 
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

setRecord

void setRecord(String name)

getRecord

String getRecord()

toString

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

writeObjectInfo

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

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.