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 BooleanFormat |
BooleanFormat.TRUE_FALSE
Deprecated.
Displays the boolean values in the exported file as T (True) or F (False).
|
static BooleanFormat |
BooleanFormat.YES_NO
Deprecated.
Displays the boolean values in the exported file as Y (Yes) or N (No).
|
Modifier and Type | Method and Description |
---|---|
BooleanFormat |
HmfhExportSpec.getBooleanFormat()
Deprecated.
use
HmfhExportSpec.getBooleanFormatEntity() instead. |
static BooleanFormat |
BooleanFormat.parse(String value)
Deprecated.
Specifies the
BooleanFormat instance that corresponds to the specific value . |
Modifier and Type | Method and Description |
---|---|
void |
HmfhExportSpec.setBooleanFormat(BooleanFormat booleanFormat)
Deprecated.
|