public class ArrayFieldDescription extends FieldDescription implements java.io.Serializable
ALIGN_LEFT, ALIGN_RIGHT| Constructor and Description |
|---|
ArrayFieldDescription()
Constructs an ArrayFieldDescription object.
|
ArrayFieldDescription(AS400Array dataType,
java.lang.String name)
Constructs an ArrayFieldDescription object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setDataType(AS400Array dataType)
Sets the AS400DataType object describing this field.
|
getALIAS, getALWNULL, getCOLHDG, getDataType, getDDSName, getDFT, getDFTCurrentValue, getFieldName, getKeyFieldFunctions, getLayoutAlignment, getLayoutLength, getLength, getREFFIL, getREFFLD, getREFFMT, getREFLIB, getTEXT, isDFTCurrent, isDFTNull, setALIAS, setALWNULL, setCOLHDG, setDataType, setDDSName, setFieldName, setKeyFieldFunctions, setLayoutAlignment, setLayoutAttributes, setLayoutLength, setREFFIL, setREFFLD, setREFFMT, setREFLIB, setTEXTpublic ArrayFieldDescription()
public ArrayFieldDescription(AS400Array dataType, java.lang.String name)
dataType - Describes the field and provides
the conversion capability for the contents of the field.name - The name of the field.public void setDataType(AS400Array dataType)
dataType - The AS400DataType that describes this field.