|
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.ISeriesHostKeyField
public class ISeriesHostKeyField
This class 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
|
Fields inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostKeyField |
---|
copyright |
Constructor Summary | |
---|---|
ISeriesHostKeyField()
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String Copyright
Constructor Detail |
---|
public ISeriesHostKeyField()
Method Detail |
---|
public String getName()
IISeriesHostKeyField
getName
in interface IISeriesHostKeyField
IISeriesHostKeyField.getName()
public String getInternalName()
IISeriesHostKeyField
getInternalName
in interface IISeriesHostKeyField
IISeriesHostKeyField.getInternalName()
public char getDataType()
IISeriesHostKeyField
getDataType
in interface IISeriesHostKeyField
IISeriesHostKeyField.getDataType()
public int getLength()
IISeriesHostKeyField
getLength
in interface IISeriesHostKeyField
IISeriesHostKeyField.getLength()
public int getDigits()
IISeriesHostKeyField
getDigits
in interface IISeriesHostKeyField
IISeriesHostKeyField.getDigits()
public int getDecimalPositions()
IISeriesHostKeyField
getDecimalPositions
in interface IISeriesHostKeyField
IISeriesHostKeyField.getDecimalPositions()
public String getAlternateName()
IISeriesHostKeyField
getAlternateName
in interface IISeriesHostKeyField
IISeriesHostKeyField.getAlternateName()
public void setName(String name)
IISeriesHostKeyField
setName
in interface IISeriesHostKeyField
IISeriesHostKeyField.setName(String)
public void setInternalName(String name)
IISeriesHostKeyField
setInternalName
in interface IISeriesHostKeyField
IISeriesHostKeyField.setInternalName(String)
public void setDataType(char type)
IISeriesHostKeyField
setDataType
in interface IISeriesHostKeyField
IISeriesHostKeyField.setDataType(char)
public void setLength(int length)
IISeriesHostKeyField
setLength
in interface IISeriesHostKeyField
IISeriesHostKeyField.setLength(int)
public void setDigits(int digits)
IISeriesHostKeyField
setDigits
in interface IISeriesHostKeyField
IISeriesHostKeyField.setDigits(int)
public void setDecimalPositions(int decpos)
IISeriesHostKeyField
setDecimalPositions
in interface IISeriesHostKeyField
IISeriesHostKeyField.setDecimalPositions(int)
public void setAlternateName(String altName)
IISeriesHostKeyField
setAlternateName
in interface IISeriesHostKeyField
IISeriesHostKeyField.setAlternateName(String)
public boolean isVariableLength()
IISeriesHostKeyField
isVariableLength
in interface IISeriesHostKeyField
IISeriesHostKeyField.isVariableLength()
public void setIsVariableLength(boolean variableLength)
IISeriesHostKeyField
setIsVariableLength
in interface IISeriesHostKeyField
IISeriesHostKeyField.setIsVariableLength(boolean)
public byte getAttributes()
IISeriesHostKeyField
getAttributes
in interface IISeriesHostKeyField
IISeriesHostKeyField.getAttributes()
public void setAttributes(byte attributes)
IISeriesHostKeyField
setAttributes
in interface IISeriesHostKeyField
IISeriesHostKeyField.setAttributes(byte)
public int getGenericKeyCount()
IISeriesHostKeyField
getGenericKeyCount
in interface IISeriesHostKeyField
IISeriesHostKeyField.getGenericKeyCount()
public int getMaximumKeyLength()
IISeriesHostKeyField
getMaximumKeyLength
in interface IISeriesHostKeyField
IISeriesHostKeyField.getMaximumKeyLength()
public void setGenericKeyCount(int count)
IISeriesHostKeyField
setGenericKeyCount
in interface IISeriesHostKeyField
IISeriesHostKeyField.setGenericKeyCount(int)
public void setMaximumKeyLength(int length)
IISeriesHostKeyField
setMaximumKeyLength
in interface IISeriesHostKeyField
IISeriesHostKeyField.setMaximumKeyLength(int)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |