|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.aptina.beans.internal.ConstructorInfo
public class ConstructorInfo
生成するコンストラクタの情報を保持するクラスです.
| フィールドの概要 | |
|---|---|
protected String |
comment
Javadoc コメント |
protected Set<Modifier> |
modifiers
修飾子 |
protected List<String> |
parameterNames
引き数名の List |
protected List<String> |
parameterTypes
引数型の List |
protected List<String> |
thrownTypes
例外型の List |
protected String |
typeParameters
型引数 |
| コンストラクタの概要 | |
|---|---|
ConstructorInfo()
インスタンスを構築します. |
|
| メソッドの概要 | |
|---|---|
void |
addModifiers(Collection<? extends Modifier> modifiers)
修飾子 の Set を設定します. |
void |
addParameterName(String parameterName)
パラメータ名を追加します. |
void |
addParameterType(String parameterType)
パラメータ型を追加します. |
void |
addThrownType(String thrownType)
例外型を追加します. |
String |
getComment()
Javadoc コメントを返します. |
Set<Modifier> |
getModifiers()
修飾子 の Set を返します. |
List<String> |
getParameterNames()
パラメータ名の List を返します. |
List<String> |
getParameterTypes()
パラメータ型の List を返します. |
List<String> |
getThrownTypes()
例外型の List を返します. |
String |
getTypeParameters()
型引数を返します. |
void |
setComment(String comment)
Javadoc コメントを設定します. |
void |
setTypeParameters(String typeParameters)
型引数を設定します. |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
protected String comment
protected final Set<Modifier> modifiers
protected String typeParameters
protected final List<String> parameterTypes
List
protected final List<String> parameterNames
List
protected final List<String> thrownTypes
List
| コンストラクタの詳細 |
|---|
public ConstructorInfo()
| メソッドの詳細 |
|---|
public String getComment()
public void setComment(String comment)
comment - Javadoc コメントpublic Set<Modifier> getModifiers()
修飾子 の Set を返します.
修飾子 の Setpublic void addModifiers(Collection<? extends Modifier> modifiers)
修飾子 の Set を設定します.
modifiers - 修飾子 の Setpublic String getTypeParameters()
public void setTypeParameters(String typeParameters)
typeParameters - 型引数public List<String> getParameterTypes()
List を返します.
Listpublic void addParameterType(String parameterType)
parameterType - パラメータ型public List<String> getParameterNames()
List を返します.
Listpublic void addParameterName(String parameterName)
parameterName - パラメータ名public List<String> getThrownTypes()
List を返します.
Listpublic void addThrownType(String thrownType)
thrownType - 例外型
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||