Package nablarch.core.dataformat
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 Summary
Modifier and TypeFieldDescriptionstatic final Map<String,
DataRecordFormatterSupport.Directive> 列挙型の全要素(親クラスの要素を含む)Fields inherited from class nablarch.core.dataformat.DataRecordFormatterSupport.Directive
FILE_TYPE, RECORD_SEPARATOR, TEXT_ENCODING
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionディレクティブの値を取得する。Methods inherited from class nablarch.core.dataformat.DataRecordFormatterSupport.Directive
createDirectiveMap, getFileType, getName, getRecordSeparator, getTextEncoding, getType
-
Field Details
-
VALUES
列挙型の全要素(親クラスの要素を含む)
-
-
Constructor Details
-
StructuredDataDirective
コンストラクタ。- Parameters:
name
- ディレクティブ名type
- ディレクティブの値の型
-
-
Method Details
-
valueOf
ディレクティブの値を取得する。- Parameters:
name
- ディレクティブの名前- Returns:
- ディレクティブの値
-