Modifier and Type | Method and Description |
---|---|
ConversionOption |
ConversionOption.cloneObject()
Creates and returns a deep copy of this
ConversionOption object. |
ConversionOption |
ConversionProperties.getOption(int index)
Returns the
ConversionOption object for the given index . |
ConversionOption |
ConversionProperties.getOption(java.lang.String key)
Returns the
ConversionOption object for a given key. |
ConversionOption |
ConversionProperties.removeOption(java.lang.String key)
Removes the option with the given key from this properties object.
|
Modifier and Type | Method and Description |
---|---|
void |
ConversionProperties.addOption(ConversionOption option)
Adds a copy of the given option to this properties object.
|
Constructor and Description |
---|
ConversionOption(ConversionOption orig)
Copy constructor; creates a copy of an
ConversionOption object. |