public interface VariableLengthFieldDescription
| Modifier and Type | Method and 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.