|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.aptina.beans.internal.PropertyInfo
public class PropertyInfo
生成するプロパティの情報を保持するクラスです.
| フィールドの概要 | |
|---|---|
protected boolean |
array
プロパティの型が配列型なら true |
protected String |
comment
Javadoc コメント |
protected String |
componentType
プロパティの型が配列の場合の要素型 |
protected String |
name
プロパティ名 |
protected boolean |
readable
プロパティが参照可能なら true |
protected String |
type
プロパティの型 |
protected boolean |
writable
プロパティが変更可能なら true |
| コンストラクタの概要 | |
|---|---|
PropertyInfo()
インスタンスを構築します. |
|
| メソッドの概要 | |
|---|---|
String |
getComment()
Javadoc コメントを返します. |
String |
getComponentType()
プロパティの型が配列の場合の要素型を返します. |
String |
getName()
プロパティ名を返します. |
String |
getType()
プロパティの型を返します. |
boolean |
isArray()
プロパティの型が配列型なら true を返します. |
boolean |
isReadable()
プロパティが参照可能なら true を返します. |
boolean |
isWritable()
プロパティが変更可能なら true を返します. |
void |
setArray(boolean array)
プロパティの型が配列型なら true を設定します. |
void |
setComment(String comment)
Javadoc コメントを設定します. |
void |
setComponentType(String componentType)
プロパティの型が配列の場合の要素型を設定します. |
void |
setName(String name)
プロパティ名を設定します. |
void |
setReadable(boolean readable)
プロパティが参照可能なら true を設定します. |
void |
setType(String type)
プロパティの型を設定します. |
void |
setWritable(boolean writable)
プロパティが変更可能なら true を設定します. |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
protected String comment
protected String name
protected String type
protected boolean array
true
protected String componentType
protected boolean readable
true
protected boolean writable
true
| コンストラクタの詳細 |
|---|
public PropertyInfo()
| メソッドの詳細 |
|---|
public String getComment()
public void setComment(String comment)
comment - Javadoc コメントpublic String getName()
public void setName(String name)
name - プロパティ名public String getType()
public void setType(String type)
type - プロパティの型 The type to set.public boolean isArray()
true を返します.
truepublic void setArray(boolean array)
true を設定します.
array - プロパティの型が配列型なら truepublic String getComponentType()
public void setComponentType(String componentType)
componentType - プロパティの型が配列の場合の要素型public boolean isReadable()
true を返します.
truepublic void setReadable(boolean readable)
true を設定します.
readable - プロパティが参照可能なら truepublic boolean isWritable()
true を返します.
truepublic void setWritable(boolean writable)
true を設定します.
writable - プロパティが変更可能なら true
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||