Serializable
public class ArrayFieldDescription extends FieldDescription implements Serializable
ALIGN_LEFT, ALIGN_RIGHT
Constructor | Description |
---|---|
ArrayFieldDescription() |
Constructs an ArrayFieldDescription object.
|
ArrayFieldDescription(AS400Array dataType,
String name) |
Constructs an ArrayFieldDescription object.
|
Modifier and Type | Method | 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, setTEXT
public ArrayFieldDescription()
public ArrayFieldDescription(AS400Array dataType, 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.Copyright © 2024. All rights reserved.