com.adobe.dct.transfer
Class DDIOptionsSpec

java.lang.Object
  extended by com.adobe.dct.transfer.DDIOptionsSpec
All Implemented Interfaces:
java.io.Serializable

public class DDIOptionsSpec
extends java.lang.Object
implements java.io.Serializable

Contains options related to DataDictionaryInstance generation.

See Also:
Serialized Form

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

DDIOptionsSpec

public DDIOptionsSpec()

DDIOptionsSpec

public DDIOptionsSpec(boolean formatDataUsingOptionSpec,
                      java.lang.String dateFormat,
                      char numberDecimalSeparator,
                      char numberGroupSeparator,
                      boolean numberUseGroupSeparator)
Constructor

Parameters:
formatDataUsingOptionSpec -
dateFormat -
numberDecimalSeparator -
numberGroupSeparator -
numberUseGroupSeparator -
Method Detail

getDateFormat

public java.lang.String getDateFormat()
Get the date format associated with DDIOptionsSpec.

Returns:
date format

setDateFormat

public void setDateFormat(java.lang.String dateFormat)
Set the date format associated with DDIOptionsSpec.

Parameters:
dateFormat -

getNumberDecimalSeparator

public char getNumberDecimalSeparator()
gets the decimal separator character for numeric data types associated with DDIOptionsSpec.

Returns:
numberDecimalSeparator

setNumberDecimalSeparator

public void setNumberDecimalSeparator(char numberDecimalSeparator)
Sets the decimal separator character for numeric data types associated with DDIOptionsSpec.

Parameters:
numberDecimalSeparator -

getNumberGroupSeparator

public char getNumberGroupSeparator()
gets the group separator character for numeric data types associated with DDIOptionsSpec.

Returns:
numberGroupSeparator

setNumberGroupSeparator

public void setNumberGroupSeparator(char numberGroupSeparator)
Sets the group separator character for numeric data types associated with DDIOptionsSpec.

Parameters:
numberGroupSeparator -

isNumberUseGroupSeparator

public boolean isNumberUseGroupSeparator()
gets flag indicating whether the group separator should be used while converting numeric types to string

Returns:
numberUseGroupSeparator

setNumberUseGroupSeparator

public void setNumberUseGroupSeparator(boolean numberUseGroupSeparator)
sets flag indicating whether the group separator should be used while converting numeric types to string

Parameters:
numberUseGroupSeparator -

isFormatDataUsingOptionSpec

public boolean isFormatDataUsingOptionSpec()
gets flag indicating whether the ddi data formatting configurations be used.

Returns:
flag indicating whether the ddi data formatting configurations be used.

setFormatDataUsingOptionSpec

public void setFormatDataUsingOptionSpec(boolean formatDataUsingOptionSpec)
Sets flag indicating whether the ddi data formatting configurations be used.

Parameters:
formatDataUsingOptionSpec - flag indicating whether the ddi data formatting configurations be used.

isCompressDDBytes

public boolean isCompressDDBytes()

setCompressDDBytes

public void setCompressDDBytes(boolean compressDDI)


[an error occurred while processing this directive] [an error occurred while processing this directive]