CharacterFieldDescription
, DBCSEitherFieldDescription
, DBCSGraphicFieldDescription
, DBCSOnlyFieldDescription
, DBCSOpenFieldDescription
, HexFieldDescription
public interface VariableLengthFieldDescription
Modifier and Type | Method | Description |
---|---|---|
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.
|
boolean isVariableLength()
void setVariableLength(boolean value)
value
- true if the field is a variable-length field; false otherwise.Copyright © 2024. All rights reserved.