com.ibm.as400.access
Interface VariableLengthFieldDescription

All Known Implementing Classes:
CharacterFieldDescription, DBCSEitherFieldDescription, DBCSGraphicFieldDescription, DBCSOnlyFieldDescription, DBCSOpenFieldDescription, HexFieldDescription

public interface VariableLengthFieldDescription

The VariableLengthFieldDescription interface provides an interface for FieldDescription subclasses that can contain variable-length data.


Method Summary
 boolean isVariableLength()
          Indicates if the field is a variable-length field.
 void setVariableLength(boolean value)
          Sets the value that indicates if the field is a variable-length field.
 

Method Detail

isVariableLength

boolean isVariableLength()
Indicates if the field is a variable-length field.

Returns:
true if the field is a variable-length field; false otherwise.

setVariableLength

void setVariableLength(boolean value)
Sets the value that indicates if the field is a variable-length field.

Parameters:
value - true if the field is a variable-length field; false otherwise.