woolpack.visitor.impl
クラス DocBaseConstants

java.lang.Object
  上位を拡張 woolpack.visitor.impl.DocBaseConstants

public class DocBaseConstants
extends java.lang.Object

コンストラクタツリーを日本語 HTML ドキュメントに変換するための定数の集まり。

作成者:
nakamura

フィールドの概要
static Acceptable<java.lang.Object> ABBR_DateFormat
          日付変換を省略表記に変換するAcceptable
static Acceptable<java.lang.Object> ABBR_NumberFormat
          数値変換を省略表記に変換するAcceptable
static java.util.Map<java.lang.Object,Acceptable> BASE
          基本 API に関する委譲先Acceptableを分岐する定義。
static Acceptable<java.text.DecimalFormat> CONSTRUCTOR_DecimalFormat
          DecimalFormatで設定可能なパラメータの内、コンストラクタで設定可能な内容の表記に変換するAcceptable
static Acceptable<java.text.SimpleDateFormat> CONSTRUCTOR_SimpleDateFormat
          SimpleDateFormatで設定可能なパラメータの内、コンストラクタで設定可能な内容の表記に変換するAcceptable
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

ABBR_NumberFormat

public static final Acceptable<java.lang.Object> ABBR_NumberFormat
数値変換を省略表記に変換するAcceptable


ABBR_DateFormat

public static final Acceptable<java.lang.Object> ABBR_DateFormat
日付変換を省略表記に変換するAcceptable


CONSTRUCTOR_SimpleDateFormat

public static final Acceptable<java.text.SimpleDateFormat> CONSTRUCTOR_SimpleDateFormat
SimpleDateFormatで設定可能なパラメータの内、コンストラクタで設定可能な内容の表記に変換するAcceptable


CONSTRUCTOR_DecimalFormat

public static final Acceptable<java.text.DecimalFormat> CONSTRUCTOR_DecimalFormat
DecimalFormatで設定可能なパラメータの内、コンストラクタで設定可能な内容の表記に変換するAcceptable


BASE

public static final java.util.Map<java.lang.Object,Acceptable> BASE
基本 API に関する委譲先Acceptableを分岐する定義。 コンストラクタツリーを日本語 HTML ドキュメントに変換するために使用するMap



Copyright (C) 2006 Takahiro Nakamura. All rights reserved.