public enum FormatterType extends Enum<FormatterType>
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(String name)
name返される列挙型定数の名前
- IllegalArgumentException指定された名前を持つ定数を
- この列挙型が持っていない場合NullPointerException引数がnullの場合
Webアプリケーションフレームワーク openGionCopyright (c) 2009 The openGion Project.