Package | Description |
---|---|
com.orchestranetworks.addon.hmfh |
Provides classes and interfaces to use {addon.label} services: export, import and compare.
|
Modifier and Type | Method and Description |
---|---|
NumberOfComparingItemsPerPage |
DimensionsComparisonSpec.getNumberOfItemsPerPage()
Returns the number of compared items counted per page.
|
static NumberOfComparingItemsPerPage |
NumberOfComparingItemsPerPage.parse(String value)
Returns the number of items per page instance that corresponds to the value specified.
|
static NumberOfComparingItemsPerPage |
NumberOfComparingItemsPerPage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NumberOfComparingItemsPerPage[] |
NumberOfComparingItemsPerPage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DimensionsComparisonSpec(com.onwbp.adaptation.Adaptation sourceDataset,
com.onwbp.adaptation.Adaptation targetDataset,
String application,
String dimension,
NumberOfComparingItemsPerPage itemPerPage) |