|
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 IISeriesHostKeyField
This interface represents a single key field for an iSeries file record format as returned by the QDBRTVFD api using format FILD0300.
IISeriesHostRecordFormatKeyInformation
Field Summary | |
---|---|
static String |
copyright
|
Method Summary | |
---|---|
String |
getAlternateName()
Get the alternate name (alias) |
byte |
getAttributes()
Get the key field attributes |
char |
getDataType()
Get the data type |
int |
getDecimalPositions()
Get the number of decimal positions |
int |
getDigits()
Get the number of digits |
int |
getGenericKeyCount()
Get the file generic key count |
String |
getInternalName()
Get the internal name |
int |
getLength()
Get the field length |
int |
getMaximumKeyLength()
Get the maximum key length for any of the keys in the file. |
String |
getName()
Get the external name |
boolean |
isVariableLength()
Is this field varying length? |
void |
setAlternateName(String altName)
Set the alternate name (alias) |
void |
setAttributes(byte attributes)
Set the key field attributes |
void |
setDataType(char type)
Set the data type |
void |
setDecimalPositions(int decpos)
Set the number of decimal positions |
void |
setDigits(int digits)
Set the number of digits |
void |
setGenericKeyCount(int count)
Set the file generic key count |
void |
setInternalName(String name)
Set the internal name |
void |
setIsVariableLength(boolean variableLength)
Set if this field is varaible length |
void |
setLength(int length)
Set the field length |
void |
setMaximumKeyLength(int length)
Set the maximum key length for any of the keys in the file. |
void |
setName(String name)
Set the external name |
Field Detail |
---|
static final String copyright
Method Detail |
---|
String getName()
String getInternalName()
char getDataType()
int getLength()
int getDigits()
int getDecimalPositions()
String getAlternateName()
boolean isVariableLength()
byte getAttributes()
int getMaximumKeyLength()
int getGenericKeyCount()
void setName(String name)
void setInternalName(String name)
void setDataType(char type)
void setLength(int length)
void setDigits(int digits)
void setDecimalPositions(int decpos)
void setAlternateName(String altName)
void setIsVariableLength(boolean variableLength)
void setAttributes(byte attributes)
void setMaximumKeyLength(int length)
void setGenericKeyCount(int count)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |