com.ibm.as400.access
Class ArrayFieldDescription

java.lang.Object
  extended by com.ibm.as400.access.FieldDescription
      extended by com.ibm.as400.access.ArrayFieldDescription
All Implemented Interfaces:
Serializable

public class ArrayFieldDescription
extends FieldDescription
implements Serializable

The ArrayFieldDescription class represents the description of an array of data. It allows:

See Also:
Serialized Form

Field Summary
Modifier and Type Field and Description
 
Fields inherited from class com.ibm.as400.access.FieldDescription
ALIGN_LEFT, ALIGN_RIGHT
 
Constructor Summary
Constructor and Description
ArrayFieldDescription()
          Constructs an ArrayFieldDescription object.
ArrayFieldDescription(AS400Array dataType, String name)
          Constructs an ArrayFieldDescription object.
 
Method Summary
Modifier and Type Method and Description
 void setDataType(AS400Array dataType)
          Sets the AS400DataType object describing this field.
 
Methods inherited from class com.ibm.as400.access.FieldDescription
getALIAS, getALWNULL, getCOLHDG, getDataType, getDDSName, getDFT, getDFTCurrentValue, getFieldName, getKeyFieldFunctions, getLayoutAlignment, getLayoutLength, getLength, getREFFLD, getTEXT, isDFTCurrent, isDFTNull, setALIAS, setALWNULL, setCOLHDG, setDataType, setDDSName, setFieldName, setKeyFieldFunctions, setLayoutAlignment, setLayoutAttributes, setLayoutLength, setREFFLD, setTEXT
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayFieldDescription

public ArrayFieldDescription()
Constructs an ArrayFieldDescription object.


ArrayFieldDescription

public ArrayFieldDescription(AS400Array dataType,
                             String name)
Constructs an ArrayFieldDescription object. It uses the specified data type and name of the field.

Parameters:
dataType - Describes the field and provides the conversion capability for the contents of the field.
name - The name of the field.
Method Detail

setDataType

public void setDataType(AS400Array dataType)
Sets the AS400DataType object describing this field.

Parameters:
dataType - The AS400DataType that describes this field.