コード例 #1
0
ファイル: _XDateField.java プロジェクト: personal-wu/core
  /**
   * Sets the value to empty.
   *
   * <p>Has <b> OK </b> status if no runtime exceptions occurred The following method tests are to
   * be completed successfully before :
   *
   * <ul>
   *   <li><code> setTime </code> : value must be not empty
   * </ul>
   */
  public void _setEmpty() {
    requiredMethod("setDate()");

    boolean result = true;
    oObj.setEmpty();

    tRes.tested("setEmpty()", result);
  }