jp.osdl.jbento2
クラス StateDateFormatter

java.lang.Object
  上位を拡張 jp.osdl.jbento2.StateDateFormatter

public class StateDateFormatter
extends Object


フィールドの概要
static int DATE
           
 
コンストラクタの概要
StateDateFormatter(String formatString, int addedField)
           
 
メソッドの概要
 Date nextDate(String str)
          If str is earlier than previous str, increment addedField and return incremented Date.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

DATE

public static int DATE
コンストラクタの詳細

StateDateFormatter

public StateDateFormatter(String formatString,
                          int addedField)
メソッドの詳細

nextDate

public Date nextDate(String str)
              throws ParseException
If str is earlier than previous str, increment addedField and return incremented Date.

パラメータ:
str - date format.
戻り値:
calculated date
例外:
ParseException


Copyright © 2005-2008 The JBento Project. All Rights Reserved.