public class ImportOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ImportOptions.ExistingNodeOptions
Options for handling the import of a node that already exists
|
static class |
ImportOptions.OptionKeys
Option keys applicable to import ddl into a model
|
Constructor and Description |
---|
ImportOptions() |
Modifier and Type | Method and Description |
---|---|
Object |
getOption(ImportOptions.OptionKeys optionName) |
void |
mergeOptions(ImportOptions newOptions)
Merge the options in the given option set into this option set
|
void |
setOption(ImportOptions.OptionKeys optionName,
Object value) |
public Object getOption(ImportOptions.OptionKeys optionName)
optionName
- name of the optionpublic void setOption(ImportOptions.OptionKeys optionName, Object value)
optionName
- name of the optionvalue
- value of the optionpublic void mergeOptions(ImportOptions newOptions)
newOptions
- new set of optionsCopyright © 2013–2019. All rights reserved.