|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.types.DataType
jp.hishidama.ant.types.TextParameter
public class TextParameter
テキストパラメータータイプ.
ボディー部にパラメーターの値を記述する為のデータタイプ。
| コンストラクタの概要 | |
|---|---|
TextParameter()
|
|
| メソッドの概要 | |
|---|---|
void |
addText(String s)
値設定(ボディー部). |
String |
getName()
属性名取得. |
String |
getValue()
値取得. |
void |
setName(String s)
属性名設定. |
void |
setValue(String s)
値設定. |
| クラス org.apache.tools.ant.types.DataType から継承されたメソッド |
|---|
clone, getRefid, invokeCircularReferenceCheck, isReference, setRefid, toString |
| クラス org.apache.tools.ant.ProjectComponent から継承されたメソッド |
|---|
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public TextParameter()
| メソッドの詳細 |
|---|
public void setName(String s)
s - 属性名public String getName()
public void setValue(String s)
s - 値public String getValue()
public void addText(String s)
s - 値
|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||