|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
static final String Copyright
Method Detail |
---|
String getName()
char getDataType()
char getUse()
int getOutputBufferPosition()
int getInputBufferPosition()
int getLength()
int getDecimalPosition()
String getAlternateName()
void setName(String string)
void setDataType(char type)
void setUse(char use)
void setOutputBufferPosition(int pos)
void setInputBufferPosition(int pos)
void setLength(int len)
void setDecimalPosition(int pos)
void setAlternateName(String alias)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |