org.seasar.aptina.beans.internal
列挙型 BeanClassFormat

java.lang.Object
  上位を拡張 java.lang.Enum<BeanClassFormat>
      上位を拡張 org.seasar.aptina.beans.internal.BeanClassFormat
すべての実装されたインタフェース:
Serializable, Comparable<BeanClassFormat>, EnumMessageCode

public enum BeanClassFormat
extends Enum<BeanClassFormat>
implements EnumMessageCode

Bean クラスを生成するためのフォーマットを Formatter のパターンで持つ列挙です.

作成者:
koichik

列挙型定数の概要
JDOC0000
           
JDOC0001
           
JDOC0002
           
JDOC0003
           
JDOC0004
           
JDOC0005
           
JDOC0006
           
JDOC0007
           
JDOC0008
           
JDOC0009
           
JDOC0010
           
JDOC0011
           
 
フィールドの概要
static Locale[] SUPPORTED_LOCALES
          サポートするロケールの配列
 
インタフェース org.seasar.aptina.commons.message.EnumMessageCode から継承されたフィールド
SUPPORTED_LOCALES_NAME
 
メソッドの概要
 Diagnostic.Kind getKind()
          診断の種類を返します.
 String getMessageFormat(int locale)
          指定されたロケールのメッセージフォーマットを返します.
static BeanClassFormat valueOf(String name)
          指定した名前を持つこの型の列挙型定数を返します。
static BeanClassFormat[] values()
          この列挙型の定数を含む配列を宣言されている順序で返します。
 
クラス java.lang.Enum から継承されたメソッド
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
クラス java.lang.Object から継承されたメソッド
getClass, notify, notifyAll, wait, wait, wait
 

列挙型定数の詳細

JDOC0000

public static final BeanClassFormat JDOC0000

JDOC0001

public static final BeanClassFormat JDOC0001

JDOC0002

public static final BeanClassFormat JDOC0002

JDOC0003

public static final BeanClassFormat JDOC0003

JDOC0004

public static final BeanClassFormat JDOC0004

JDOC0005

public static final BeanClassFormat JDOC0005

JDOC0006

public static final BeanClassFormat JDOC0006

JDOC0007

public static final BeanClassFormat JDOC0007

JDOC0008

public static final BeanClassFormat JDOC0008

JDOC0009

public static final BeanClassFormat JDOC0009

JDOC0010

public static final BeanClassFormat JDOC0010

JDOC0011

public static final BeanClassFormat JDOC0011
フィールドの詳細

SUPPORTED_LOCALES

public static final Locale[] SUPPORTED_LOCALES
サポートするロケールの配列

メソッドの詳細

values

public static BeanClassFormat[] values()
この列挙型の定数を含む配列を宣言されている順序で返します。 このメソッドは次のようにして定数を反復するために使用できます:
for (BeanClassFormat c : BeanClassFormat.values())
    System.out.println(c);

戻り値:
この列挙型の定数を宣言されている順序で含む配列

valueOf

public static BeanClassFormat valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。 文字列は、この型の列挙型定数を宣言するのに使用した識別子と厳密に 一致している必要があります (余分な空白文字を含めることはできません)。

パラメータ:
name - 返される列挙型定数の名前
戻り値:
指定された名前を持つ列挙型定数
例外:
IllegalArgumentException - 指定された名前を持つ定数を この列挙型が持っていない場合
NullPointerException - 引数が null の場合

getKind

public Diagnostic.Kind getKind()
診断の種類を返します.

定義:
インタフェース EnumMessageCode 内の getKind
戻り値:
診断の種類

getMessageFormat

public String getMessageFormat(int locale)
指定されたロケールのメッセージフォーマットを返します.

定義:
インタフェース EnumMessageCode 内の getMessageFormat
パラメータ:
locale - ロケール
戻り値:
指定されたロケールのメッセージフォーマット


Copyright © 2009-2010 The Seasar Foundation. All Rights Reserved.