Package | Description |
---|---|
com.asakusafw.dmdl.directio.text |
Formatted text support for Direct I/O.
|
com.asakusafw.runtime.io.text.value |
Converts between runtime values and text.
|
Modifier and Type | Field and Description |
---|---|
static DecimalOptionFieldAdapter.OutputStyle |
TextFormatConstants.DEFAULT_DECIMAL_OUTPUT_STYLE
The default value of
TextFormatConstants.ELEMENT_DECIMAL_OUTPUT_STYLE . |
Modifier and Type | Method and Description |
---|---|
Value<DecimalOptionFieldAdapter.OutputStyle> |
TextFieldSettings.getDecimalOutputStyle()
Returns the decimal output style.
|
Modifier and Type | Field and Description |
---|---|
static DecimalOptionFieldAdapter.OutputStyle |
DecimalOptionFieldAdapter.DEFAULT_OUTPUT_STYLE
The default
DecimalOptionFieldAdapter.OutputStyle . |
Modifier and Type | Method and Description |
---|---|
static DecimalOptionFieldAdapter.OutputStyle |
DecimalOptionFieldAdapter.OutputStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DecimalOptionFieldAdapter.OutputStyle[] |
DecimalOptionFieldAdapter.OutputStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DecimalOptionFieldAdapter.Builder |
DecimalOptionFieldAdapter.Builder.withOutputStyle(DecimalOptionFieldAdapter.OutputStyle newValue)
Sets the output style.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.