JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Deprecated
Index
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
nablarch.common.databind.fixedlength.converter
Annotation Interface Lpad
@FieldConvert
(
LpadConverter.class
)
@Target
(
FIELD
)
@Retention
(
RUNTIME
)
public @interface
Lpad
値の先頭に指定の文字を付加(読み込み時は除去)することを示す。
Author:
siosio
Nested Class Summary
Nested Classes
Modifier and Type
Class
Description
static class
Lpad.LpadConverter
値の変換を行う。
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
char
value
値の先頭に設定する文字。
Element Details
value
char
value
値の先頭に設定する文字。
デフォルトは半角の0
Returns:
値の先頭に設定する文字
Default:
'0'