public static enum PmbCustodial.PmbShortCharHandlingMode extends Enum<PmbCustodial.PmbShortCharHandlingMode>
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected ShortCharHandlingMode |
_mode |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ShortCharHandlingMode |
toWrappedMode() |
static PmbCustodial.PmbShortCharHandlingMode |
valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static PmbCustodial.PmbShortCharHandlingMode[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
public static final PmbCustodial.PmbShortCharHandlingMode RFILL
public static final PmbCustodial.PmbShortCharHandlingMode LFILL
public static final PmbCustodial.PmbShortCharHandlingMode EXCEPTION
public static final PmbCustodial.PmbShortCharHandlingMode NONE
protected final ShortCharHandlingMode _mode
public static PmbCustodial.PmbShortCharHandlingMode[] values()
for(PmbCustodial.PmbShortCharHandlingMode c: PmbCustodial.PmbShortCharHandlingMode.values()) System.out.println(c);
public static PmbCustodial.PmbShortCharHandlingMode valueOf(String name)
name - 返される列挙型定数の名前。IllegalArgumentException - この列挙型に、指定した名前の定数がない場合NullPointerException - 引数がnullの場合public ShortCharHandlingMode toWrappedMode()
Copyright © 2014–2015 The DBFlute Project. All rights reserved.