public enum FormatterType extends java.lang.Enum<FormatterType>
修飾子とタイプ | メソッドと説明 |
---|---|
static FormatterType |
valueOf(java.lang.String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static FormatterType[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
public static final FormatterType TYPE_HEAD
public static final FormatterType TYPE_BODY
public static final FormatterType TYPE_FOOT
public static FormatterType[] values()
for(FormatterType c: FormatterType.values()) System.out.println(c);
public static FormatterType valueOf(java.lang.String name)
name返される列挙型定数の名前
- IllegalArgumentException指定された名前を持つ定数を
- この列挙型が持っていない場合NullPointerException引数がnullの場合
Webアプリケーションフレームワーク openGionCopyright (c) 2009 The openGion Project.