public class DDIOptionsSpec extends Object implements Serializable
| Constructor and Description |
|---|
DDIOptionsSpec() |
DDIOptionsSpec(boolean formatDataUsingOptionSpec,
String dateFormat,
char numberDecimalSeparator,
char numberGroupSeparator,
boolean numberUseGroupSeparator)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDateFormat()
Get the date format associated with
DDIOptionsSpec. |
char |
getNumberDecimalSeparator()
gets the decimal separator character for numeric data types associated with
DDIOptionsSpec. |
char |
getNumberGroupSeparator()
gets the group separator character for numeric data types associated with
DDIOptionsSpec. |
boolean |
isCompressDDBytes() |
boolean |
isFormatDataUsingOptionSpec()
gets flag indicating whether the ddi data formatting configurations be used.
|
boolean |
isNumberUseGroupSeparator()
gets flag indicating whether the group separator should be used while converting numeric types to string
|
void |
setCompressDDBytes(boolean compressDDI) |
void |
setDateFormat(String dateFormat)
Set the date format associated with
DDIOptionsSpec. |
void |
setFormatDataUsingOptionSpec(boolean formatDataUsingOptionSpec)
Sets flag indicating whether the ddi data formatting configurations be used.
|
void |
setNumberDecimalSeparator(char numberDecimalSeparator)
Sets the decimal separator character for numeric data types associated with
DDIOptionsSpec. |
void |
setNumberGroupSeparator(char numberGroupSeparator)
Sets the group separator character for numeric data types associated with
DDIOptionsSpec. |
void |
setNumberUseGroupSeparator(boolean numberUseGroupSeparator)
sets flag indicating whether the group separator should be used while converting numeric types to string
|
public DDIOptionsSpec()
public DDIOptionsSpec(boolean formatDataUsingOptionSpec,
String dateFormat,
char numberDecimalSeparator,
char numberGroupSeparator,
boolean numberUseGroupSeparator)
formatDataUsingOptionSpec - dateFormat - numberDecimalSeparator - numberGroupSeparator - numberUseGroupSeparator - public String getDateFormat()
DDIOptionsSpec.public void setDateFormat(String dateFormat)
DDIOptionsSpec.dateFormat - public char getNumberDecimalSeparator()
DDIOptionsSpec.public void setNumberDecimalSeparator(char numberDecimalSeparator)
DDIOptionsSpec.numberDecimalSeparator - public char getNumberGroupSeparator()
DDIOptionsSpec.public void setNumberGroupSeparator(char numberGroupSeparator)
DDIOptionsSpec.numberGroupSeparator - public boolean isNumberUseGroupSeparator()
public void setNumberUseGroupSeparator(boolean numberUseGroupSeparator)
numberUseGroupSeparator - public boolean isFormatDataUsingOptionSpec()
public void setFormatDataUsingOptionSpec(boolean formatDataUsingOptionSpec)
formatDataUsingOptionSpec - flag indicating whether the ddi data formatting configurations be used.public boolean isCompressDDBytes()
public void setCompressDDBytes(boolean compressDDI)
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.