Class StructuredDataRecordFormatterSupport.StructuredDataDirective

java.lang.Object
nablarch.core.dataformat.DataRecordFormatterSupport.Directive
nablarch.core.dataformat.StructuredDataRecordFormatterSupport.StructuredDataDirective
Enclosing class:
StructuredDataRecordFormatterSupport

public static class StructuredDataRecordFormatterSupport.StructuredDataDirective extends DataRecordFormatterSupport.Directive
XMLデータフォーマッタが使用するディレクティブの名前と値の型。 以下に一覧を示す。
  • root-element:String
  • Field Details

  • Constructor Details

    • StructuredDataDirective

      public StructuredDataDirective(String name, Class<?> type)
      コンストラクタ。
      Parameters:
      name - ディレクティブ名
      type - ディレクティブの値の型
  • Method Details

    • valueOf

      public static DataRecordFormatterSupport.Directive valueOf(String name)
      ディレクティブの値を取得する。
      Parameters:
      name - ディレクティブの名前
      Returns:
      ディレクティブの値