jp.hishidama.ant.types.htlex
クラス TextType.TextEnum

java.lang.Object
  上位を拡張 org.apache.tools.ant.types.EnumeratedAttribute
      上位を拡張 jp.hishidama.ant.types.htlex.TextType.TextEnum
含まれているクラス:
TextType

public static class TextType.TextEnum
extends org.apache.tools.ant.types.EnumeratedAttribute

テキスト種類.

バージョン:
2009.02.01

フィールドの概要
static String ALL
          "all":全テキスト
static String SCRIPT
          "script":スクリプトテキストのみ
static String TEXT
          "text":通常テキストのみ
 
コンストラクタの概要
TextType.TextEnum()
           
 
メソッドの概要
 String[] getValues()
           
 boolean isType(TextToken token)
          テキスト種類判断.
 
クラス org.apache.tools.ant.types.EnumeratedAttribute から継承されたメソッド
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

ALL

public static final String ALL
"all":全テキスト

関連項目:
定数フィールド値

TEXT

public static final String TEXT
"text":通常テキストのみ

関連項目:
定数フィールド値

SCRIPT

public static final String SCRIPT
"script":スクリプトテキストのみ

関連項目:
定数フィールド値
コンストラクタの詳細

TextType.TextEnum

public TextType.TextEnum()
メソッドの詳細

getValues

public String[] getValues()
定義:
クラス org.apache.tools.ant.types.EnumeratedAttribute 内の getValues

isType

public boolean isType(TextToken token)
テキスト種類判断.

パラメータ:
token - テキスト
戻り値:
指定されていた種類の場合、true