public final class TextFormatConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ATTRIBUTE_FIELD
The attribute name of field.
|
static String |
ATTRIBUTE_FILE_NAME_FIELD
The attribute name of file-name field.
|
static String |
ATTRIBUTE_IGNORED_FIELD
The attribute name of ignored field.
|
static String |
ATTRIBUTE_LINE_NUMBER_FIELD
The attribute name of line-number field.
|
static String |
ATTRIBUTE_RECORD_NUMBER_FIELD
The attribute name of record-number field.
|
static String |
DEFAULT_DATE_FORMAT
The default value of
ELEMENT_DATE_FORMAT . |
static String |
DEFAULT_DATETIME_FORMAT
The default value of
ELEMENT_DATETIME_FORMAT . |
static DecimalOptionFieldAdapter.OutputStyle |
DEFAULT_DECIMAL_OUTPUT_STYLE
The default value of
ELEMENT_DECIMAL_OUTPUT_STYLE . |
static String |
DEFAULT_FALSE_FORMAT
The default value of
ELEMENT_FALSE_FORMAT . |
static String |
DEFAULT_NULL_FORMAT
The default value of
ELEMENT_NULL_FORMAT . |
static String |
DEFAULT_TRUE_FORMAT
The default value of
ELEMENT_TRUE_FORMAT . |
static String |
ELEMENT_ALLOW_LINE_FEED_IN_FIELD
The element name of whether or not LF character can appear as field value.
|
static String |
ELEMENT_CHARSET_NAME
The element name of character-set encoding name.
|
static String |
ELEMENT_COMPRESSION_TYPE
The element name of compression type.
|
static String |
ELEMENT_DATE_FORMAT
The element name of
DATE type value format. |
static String |
ELEMENT_DATETIME_FORMAT
The element name of
DATETIME type value format. |
static String |
ELEMENT_DECIMAL_OUTPUT_STYLE
The element name of
DECIMAL type output style. |
static String |
ELEMENT_DEFAULT_QUOTE_STYLE
The element name of default quote style.
|
static String |
ELEMENT_ESCAPE_CHARACTER
The element name of escape character.
|
static String |
ELEMENT_ESCAPE_LINE_SEPARATOR
The element name of whether or not escape line separators.
|
static String |
ELEMENT_ESCAPE_SEQUENCE_MAP
The element name of escape sequence map.
|
static String |
ELEMENT_FALSE_FORMAT
The element name of
FALSE value format. |
static String |
ELEMENT_FIELD_ADAPTER
The element name of field adapter.
|
static String |
ELEMENT_FIELD_NAME
The element name of field name.
|
static String |
ELEMENT_FIELD_SEPARATOR
The element name of field separator character.
|
static String |
ELEMENT_HEADER_QUOTE_STYLE
The element name of header quote style.
|
static String |
ELEMENT_HEADER_TYPE
The element name of header type.
|
static String |
ELEMENT_INPUT_TRANSFORMER
The element name of input transformer.
|
static String |
ELEMENT_LESS_INPUT_ACTION
The element name of error action type for less input fields.
|
static String |
ELEMENT_LINE_SEPARATOR
The element name of line separator type.
|
static String |
ELEMENT_MALFORMED_INPUT_ACTION
The element name of error action type for malformed inputs.
|
static String |
ELEMENT_MORE_INPUT_ACTION
The element name of error action type for extra input fields.
|
static String |
ELEMENT_NULL_FORMAT
The element name of
NULL value format. |
static String |
ELEMENT_NUMBER_FORMAT
The element name of output format.
|
static String |
ELEMENT_OUTPUT_TRANSFORMER
The element name of output transformer.
|
static String |
ELEMENT_QUOTE_CHARACTER
The element name of quote character.
|
static String |
ELEMENT_QUOTE_STYLE
The element name of quote style.
|
static String |
ELEMENT_SKIP_EMPTY_INPUT
The element name of whether or not skip empty input fields.
|
static String |
ELEMENT_TIME_ZONE
The element name of time-zone.
|
static String |
ELEMENT_TRIM_INPUT_WHITESPACES
The element name of whether or not trim leading/trailing white-space characters in inputs fields.
|
static String |
ELEMENT_TRUE_FORMAT
The element name of
TRUE value format. |
static String |
ELEMENT_UNMAPPABLE_OUTPUT_ACTION
The element name of error action type for unmappable outputs.
|
static String |
PACKAGE_SEGMENT
The package segment name.
|
static String |
PREFIX_NAMESPACE
The common prefix of name-space.
|
public static final String PACKAGE_SEGMENT
public static final String PREFIX_NAMESPACE
public static final String ATTRIBUTE_FIELD
public static final String ATTRIBUTE_IGNORED_FIELD
public static final String ATTRIBUTE_FILE_NAME_FIELD
public static final String ATTRIBUTE_LINE_NUMBER_FIELD
public static final String ATTRIBUTE_RECORD_NUMBER_FIELD
public static final String ELEMENT_FIELD_NAME
public static final String ELEMENT_COMPRESSION_TYPE
public static final String ELEMENT_CHARSET_NAME
public static final String ELEMENT_HEADER_TYPE
public static final String ELEMENT_LINE_SEPARATOR
public static final String ELEMENT_FIELD_SEPARATOR
public static final String ELEMENT_NULL_FORMAT
NULL
value format.public static final String ELEMENT_TRUE_FORMAT
TRUE
value format.public static final String ELEMENT_FALSE_FORMAT
FALSE
value format.public static final String ELEMENT_NUMBER_FORMAT
public static final String ELEMENT_DECIMAL_OUTPUT_STYLE
DECIMAL
type output style.public static final String ELEMENT_DATE_FORMAT
DATE
type value format.public static final String ELEMENT_DATETIME_FORMAT
DATETIME
type value format.public static final String ELEMENT_TIME_ZONE
public static final String ELEMENT_TRIM_INPUT_WHITESPACES
public static final String ELEMENT_SKIP_EMPTY_INPUT
public static final String ELEMENT_MORE_INPUT_ACTION
public static final String ELEMENT_LESS_INPUT_ACTION
public static final String ELEMENT_MALFORMED_INPUT_ACTION
public static final String ELEMENT_UNMAPPABLE_OUTPUT_ACTION
public static final String ELEMENT_INPUT_TRANSFORMER
public static final String ELEMENT_OUTPUT_TRANSFORMER
public static final String ELEMENT_FIELD_ADAPTER
public static final String DEFAULT_NULL_FORMAT
ELEMENT_NULL_FORMAT
.public static final String DEFAULT_TRUE_FORMAT
ELEMENT_TRUE_FORMAT
.public static final String DEFAULT_FALSE_FORMAT
ELEMENT_FALSE_FORMAT
.public static final DecimalOptionFieldAdapter.OutputStyle DEFAULT_DECIMAL_OUTPUT_STYLE
ELEMENT_DECIMAL_OUTPUT_STYLE
.public static final String DEFAULT_DATE_FORMAT
ELEMENT_DATE_FORMAT
.public static final String DEFAULT_DATETIME_FORMAT
ELEMENT_DATETIME_FORMAT
.public static final String ELEMENT_QUOTE_STYLE
public static final String ELEMENT_QUOTE_CHARACTER
public static final String ELEMENT_ALLOW_LINE_FEED_IN_FIELD
public static final String ELEMENT_DEFAULT_QUOTE_STYLE
public static final String ELEMENT_HEADER_QUOTE_STYLE
public static final String ELEMENT_ESCAPE_CHARACTER
public static final String ELEMENT_ESCAPE_SEQUENCE_MAP
public static final String ELEMENT_ESCAPE_LINE_SEPARATOR
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.