| Package | Description |
|---|---|
| com.orchestranetworks.addon.hmfh |
Provides classes and interfaces to use {addon.label} services: export, import and compare.
|
| Modifier and Type | Field and Description |
|---|---|
static BehaviorOfImportEmptyValue |
BehaviorOfImportEmptyValue.KEEP |
static BehaviorOfImportEmptyValue |
BehaviorOfImportEmptyValue.OVERWRITE |
static BehaviorOfImportEmptyValue |
BehaviorOfImportEmptyValue.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
BehaviorOfImportEmptyValue |
HmfhImportSpec.getBehaviorOfImportEmptyValue()
Returns the behavior of import empty value.
|
static BehaviorOfImportEmptyValue |
BehaviorOfImportEmptyValue.parse(String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
HmfhImportSpec.setBehaviorOfImportEmptyValue(BehaviorOfImportEmptyValue behaviorOfImportEmptyValue)
Sets the behavior of import empty value.
|