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 ExportHierarchyOrder |
ExportHierarchyOrder.EXPORT_SAME_AS_HIERARCHY_VIEW
Specifies the hierarchy order of exported file to be the same as the hierarchy view.
|
static ExportHierarchyOrder |
ExportHierarchyOrder.EXPORT_USING_CHILD_ORDER
Specifies for the hierarchy order of the exported file to be the same as the child order.
|
Modifier and Type | Method and Description |
---|---|
ExportHierarchyOrder |
HmfhExportSpec.getHierarchyOrderType()
Returns the
ExportHierarchyOrder type. |
static ExportHierarchyOrder |
ExportHierarchyOrder.parse(String value)
Specifies the
ExportHierarchyOrder instance that corresponds to specific value . |
Modifier and Type | Method and Description |
---|---|
void |
HmfhExportSpec.setHierarchyOrderType(ExportHierarchyOrder hierarchyOrderType)
Determines the hierarchy order in the exported file when using the Hyperion export service.
|