|
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.interfaces.ISeriesHostObjectNameOnly com.ibm.etools.iseries.comm.interfaces.ISeriesHostRecordNameOnly com.ibm.etools.iseries.comm.interfaces.ISeriesHostRecordDevice
public class ISeriesHostRecordDevice
This class represents a single record format for a device file on the AS/400.
This is info as returned by QUSLRCD, format 0300.
For database files, different record format info is available via ISeriesHostRecordBasic
Field Summary | |
---|---|
protected int |
bufferSize
|
static String |
Copyright
|
protected boolean |
hasINDARA
|
protected boolean |
hasSLNO
|
protected String |
lowestResponseInd
|
protected String |
type
|
Fields inherited from class com.ibm.etools.iseries.comm.interfaces.ISeriesHostRecordNameOnly |
---|
file, fileType |
Fields inherited from class com.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectNameOnly |
---|
library, name |
Constructor Summary | |
---|---|
ISeriesHostRecordDevice()
|
Method Summary | |
---|---|
int |
getBufferSize()
Get the record format buffer size. |
boolean |
getHasSeparateIndicatorArea()
Get to true/false if this record format has a separate indicator area (INDARA). |
boolean |
getHasStartingLineNumber()
Get to true/false if this record format has a starting line number (SLNO). |
String |
getLowestResponseIndicator()
Get the record format lowest response indicator. |
String |
getType()
Get the record format type. |
void |
setBufferSize(int len)
Set the record format buffer size. |
void |
setHasSeparateIndicatorArea(boolean has)
Set to true/false if this record format has a separate indicator area (INDARA). |
void |
setHasStartingLineNumber(boolean has)
Set to true/false if this record format has a starting line number (SLNO). |
void |
setLowestResponseIndicator(String lowest)
Set the record format lowest response indicator. |
void |
setType(String type)
Set the record format type. |
void |
writeObjectInfo(PrintWriter writer)
For debugging purposes |
Methods inherited from class com.ibm.etools.iseries.comm.interfaces.ISeriesHostRecordNameOnly |
---|
getFile, getFileType, setFile, setFileType, toString |
Methods inherited from class com.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectNameOnly |
---|
getLibrary, getName, setLibrary, setName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostRecordNameOnly |
---|
getFile, getFileType, setFile, setFileType, toString |
Methods inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostObjectNameOnly |
---|
getLibrary, getName, setLibrary, setName |
Field Detail |
---|
public static final String Copyright
protected String lowestResponseInd
protected String type
protected int bufferSize
protected boolean hasSLNO
protected boolean hasINDARA
Constructor Detail |
---|
public ISeriesHostRecordDevice()
Method Detail |
---|
public void setLowestResponseIndicator(String lowest)
setLowestResponseIndicator
in interface IISeriesHostRecordDevice
public void setBufferSize(int len)
setBufferSize
in interface IISeriesHostRecordDevice
public void setType(String type)
setType
in interface IISeriesHostRecordDevice
public void setHasStartingLineNumber(boolean has)
setHasStartingLineNumber
in interface IISeriesHostRecordDevice
public void setHasSeparateIndicatorArea(boolean has)
setHasSeparateIndicatorArea
in interface IISeriesHostRecordDevice
public String getLowestResponseIndicator()
getLowestResponseIndicator
in interface IISeriesHostRecordDevice
public int getBufferSize()
getBufferSize
in interface IISeriesHostRecordDevice
public String getType()
getType
in interface IISeriesHostRecordDevice
public boolean getHasStartingLineNumber()
getHasStartingLineNumber
in interface IISeriesHostRecordDevice
public boolean getHasSeparateIndicatorArea()
getHasSeparateIndicatorArea
in interface IISeriesHostRecordDevice
public void writeObjectInfo(PrintWriter writer)
writeObjectInfo
in interface IISeriesHostObjectNameOnly
writeObjectInfo
in interface IISeriesHostRecordNameOnly
writeObjectInfo
in class ISeriesHostRecordNameOnly
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |