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
クラス nga.servlet.dsp.parser.PropertyValueParser から継承されたメソッド |
check, checkByteLength, checkCharType, checkLength, checkNum, checkRequired, delC, getBytelength, getChartype, getChartypeComment, getFormat, getLabel, getLength, getParser, getScale, handleNumberFormatException, isRequired, 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 を返す。