|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public boolean isVariableLength()
public void setVariableLength(boolean value)
value
- true if the field is a variable-length field; false otherwise.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |