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 ApplicationStructure |
ApplicationStructure.EPMA
Specifies the EPMA in ADS structure.
|
static ApplicationStructure |
ApplicationStructure.ESSBASE
Specifies the Essbase Excel structure for both xls and xlsx.
|
static ApplicationStructure |
ApplicationStructure.HFM
Specifies the HFM XML structure.
|
static ApplicationStructure |
ApplicationStructure.HFM_EPMA
Specifies the EPMA in HFM XML structure.
|
static ApplicationStructure |
ApplicationStructure.HFM_ESSBASE
Specifies the Essbase in HFM XML structure.
|
static ApplicationStructure |
ApplicationStructure.HFM_PLANNING
Specifies the Planning in HFM XML structure.
|
static ApplicationStructure |
ApplicationStructure.PLANNING
Specifies the Planning XML structure.
|
static ApplicationStructure |
ApplicationStructure.UNKNOWN
Specifies an unidentified structure.
|
Modifier and Type | Method and Description |
---|---|
ApplicationStructure |
HmfhImportSpec.getApplicationStructure()
Returns the current application structure.
|
static ApplicationStructure |
ApplicationStructure.parse(String value)
Returns the application structure instance corresponding to the specified value.
|
Modifier and Type | Method and Description |
---|---|
void |
HmfhImportSpec.setApplicationStructure(ApplicationStructure applicationStructure)
Sets the current application structure.
|