|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.dct.transfer.DDIOptionsSpec
public class DDIOptionsSpec
Contains options related to DataDictionaryInstance generation.
| Constructor Summary | |
|---|---|
DDIOptionsSpec()
|
|
DDIOptionsSpec(boolean formatDataUsingOptionSpec,
java.lang.String dateFormat,
char numberDecimalSeparator,
char numberGroupSeparator,
boolean numberUseGroupSeparator)
Constructor |
|
| Method Summary | |
|---|---|
java.lang.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(java.lang.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 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DDIOptionsSpec()
public DDIOptionsSpec(boolean formatDataUsingOptionSpec,
java.lang.String dateFormat,
char numberDecimalSeparator,
char numberGroupSeparator,
boolean numberUseGroupSeparator)
formatDataUsingOptionSpec - dateFormat - numberDecimalSeparator - numberGroupSeparator - numberUseGroupSeparator - | Method Detail |
|---|
public java.lang.String getDateFormat()
DDIOptionsSpec.
public void setDateFormat(java.lang.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)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||