JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
nablarch.common.databind.fixedlength
Annotation Type Field
@Retention
(
RUNTIME
)
@Target
(
FIELD
)
@Documented
public @interface
Field
レコードのフィールドであることを示すアノテーション。
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
int
length
フィールドの長さ(バイト数)
int
offset
フィールドの開始位置(1始まり)
Element Details
offset
int
offset
フィールドの開始位置(1始まり)
Returns:
フィールドの開始位置
length
int
length
フィールドの長さ(バイト数)
Returns:
フィールドの長さ(バイト数)