|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.extension.jdbc.gen.internal.util.PropertyMetaUtil
public class PropertyMetaUtil
PropertyMeta
に関するユーティリティクラスです。
フィールドの概要 | |
---|---|
protected static java.lang.String |
COMMENT_KEY
コメントのキー |
コンストラクタの概要 | |
---|---|
protected |
PropertyMetaUtil()
|
メソッドの概要 | |
---|---|
static java.lang.String |
getComment(PropertyMeta propertyMeta)
コメントを返します。 |
static void |
setComment(PropertyMeta propertyMeta,
java.lang.String comment)
コメントを設定します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected static java.lang.String COMMENT_KEY
コンストラクタの詳細 |
---|
protected PropertyMetaUtil()
メソッドの詳細 |
---|
public static void setComment(PropertyMeta propertyMeta, java.lang.String comment)
propertyMeta
- プロパティメタデータcomment
- コメントpublic static java.lang.String getComment(PropertyMeta propertyMeta)
propertyMeta
- プロパティメタデータ
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |