jp.hishidama.ant.types
クラス TextParameter

java.lang.Object
  上位を拡張 org.apache.tools.ant.ProjectComponent
      上位を拡張 org.apache.tools.ant.types.DataType
          上位を拡張 jp.hishidama.ant.types.TextParameter
すべての実装されたインタフェース:
Cloneable

public class TextParameter
extends org.apache.tools.ant.types.DataType

テキストパラメータータイプ.

ボディー部にパラメーターの値を記述する為のデータタイプ。

導入されたバージョン:
2010.02.01
作成者:
ひしだま

コンストラクタの概要
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
 

コンストラクタの詳細

TextParameter

public TextParameter()
メソッドの詳細

setName

public void setName(String s)
属性名設定.

パラメータ:
s - 属性名

getName

public String getName()
属性名取得.

戻り値:
属性名

setValue

public void setValue(String s)
値設定.

パラメータ:
s - 値

getValue

public String getValue()
値取得.

戻り値:

addText

public void addText(String s)
値設定(ボディー部).

パラメータ:
s - 値