public static enum AccountTimeFormat.TYPE extends Enum<AccountTimeFormat.TYPE>
修飾子とタイプ | メソッドと説明 |
---|---|
String |
getFormatId() |
static AccountTimeFormat.TYPE |
valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static AccountTimeFormat.TYPE[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
public static final AccountTimeFormat.TYPE INPUT
public static final AccountTimeFormat.TYPE STANDARD
public static final AccountTimeFormat.TYPE TIMESTAMP
public static AccountTimeFormat.TYPE[] values()
for(AccountTimeFormat.TYPE c: AccountTimeFormat.TYPE.values()) System.out.println(c);
public static AccountTimeFormat.TYPE valueOf(String name)
name
- 返される列挙型定数の名前。IllegalArgumentException
- この列挙型に、指定した名前の定数がない場合NullPointerException
- 引数がnullの場合public String getFormatId()
Copyright © 2012 NTT DATA INTRAMART CORPORATION