JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
dk.vajhoej.record8
Interface MaxLengthFunction
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface
MaxLengthFunction
Functional interface for LengthProvider2.getMaxLenggth().
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
int
getMaxLength
()
Get max length of struct.
Method Detail
getMaxLength
int getMaxLength()
Get max length of struct. Note: can only be used with struct fields of field types FIXSTR, FIXSTRNULTERM, PACKEDBCD and ZONEDBCD.
Returns:
max length (values < 0 indicates that value is to be ignored)
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method