nga.servlet.dsp.parser
クラス PropertyValueParserCollection.BigDecimalPropertyParser

java.lang.Object
  上位を拡張 nga.servlet.dsp.parser.PropertyValueParser
      上位を拡張 nga.servlet.dsp.parser.PropertyValueParserCollection.BigDecimalPropertyParser
含まれているクラス:
PropertyValueParserCollection

public static class PropertyValueParserCollection.BigDecimalPropertyParser
extends PropertyValueParser

BigDecimal 用 PropertyValueParser


コンストラクタの概要
PropertyValueParserCollection.BigDecimalPropertyParser()
           
 
メソッドの概要
 boolean parse(PropertyValue pv)
          文字列からオブジェクトへ変換し,入力値の検証を行なう。
 
クラス nga.servlet.dsp.parser.PropertyValueParser から継承されたメソッド
check, checkByteLength, checkCharType, checkLength, checkNum, checkRequired, delC, handleNumberFormatException, toDate
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PropertyValueParserCollection.BigDecimalPropertyParser

public PropertyValueParserCollection.BigDecimalPropertyParser()
メソッドの詳細

parse

public boolean parse(PropertyValue pv)
クラス PropertyValueParser の記述:
文字列からオブジェクトへ変換し,入力値の検証を行なう。

定義:
クラス PropertyValueParser 内の parse
パラメータ:
pv - 処理対象情報。
戻り値:
処理が正常に終了したら true を返す。失敗した場合には false を返す。