| 
 | ||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 必須 | オプション | 詳細: 要素 | |||||||||
@Retention(value=RUNTIME) @Documented @Target(value=FIELD) public @interface InputFileColumn
入力設定用のアノテーション。
| 必須要素の概要 | |
|---|---|
|  int | columnIndexカラムIndex。 | 
| 任意要素の概要 | |
|---|---|
|  int | bytesカラムのバイト数。 | 
|  java.lang.String | columnFormatカラムのフォーマット。 | 
|  char | paddingCharパディング文字。 | 
|  PaddingType | paddingTypeパディング種別。 | 
|  java.lang.Class<? extends StringConverter> | stringConverter文字変換種別。 | 
|  char | trimCharトリム文字。 | 
|  TrimType | trimTypeトリム種別。 | 
| 要素の詳細 | 
|---|
public abstract int columnIndex
public abstract java.lang.String columnFormat
public abstract int bytes
固定長入出力の各カラムのバイト数を示す。また、その他のファイルでパディング処理を行う場合に入力を行う。
固定長ファイルの場合、入力必須項目。
public abstract PaddingType paddingType
public abstract char paddingChar
public abstract java.lang.Class<? extends StringConverter> stringConverter
public abstract TrimType trimType
public abstract char trimChar
| 
 | ||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 必須 | オプション | 詳細: 要素 | |||||||||