Rational Developer for Power Systems Software
V7.6

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

All Known Implementing Classes:
ISeriesHostDisplayFileField

public interface IISeriesHostDisplayFileField

IISeriesHostDisplayFileField is an interface which represents an iSeries display file field. This interface is used by the ISeriesRetrieveDisplayFileDescription.


Field Summary
static String Copyright
           
 
Method Summary
 String getAlternateName()
           
 char getDataType()
           
 int getDecimalPosition()
           
 int getInputBufferPosition()
           
 int getLength()
           
 String getName()
          Getters.
 int getOutputBufferPosition()
           
 char getUse()
           
 void setAlternateName(String alias)
           
 void setDataType(char type)
           
 void setDecimalPosition(int pos)
           
 void setInputBufferPosition(int pos)
           
 void setLength(int len)
           
 void setName(String string)
          Setters.
 void setOutputBufferPosition(int pos)
           
 void setUse(char use)
           
 

Field Detail

Copyright

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

getName

String getName()
Getters.


getDataType

char getDataType()

getUse

char getUse()

getOutputBufferPosition

int getOutputBufferPosition()

getInputBufferPosition

int getInputBufferPosition()

getLength

int getLength()

getDecimalPosition

int getDecimalPosition()

getAlternateName

String getAlternateName()

setName

void setName(String string)
Setters.


setDataType

void setDataType(char type)

setUse

void setUse(char use)

setOutputBufferPosition

void setOutputBufferPosition(int pos)

setInputBufferPosition

void setInputBufferPosition(int pos)

setLength

void setLength(int len)

setDecimalPosition

void setDecimalPosition(int pos)

setAlternateName

void setAlternateName(String alias)

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.