public final class ExportHierarchyOrder extends Object
Modifier and Type | Field and Description |
---|---|
static ExportHierarchyOrder |
EXPORT_SAME_AS_HIERARCHY_VIEW
Specifies the hierarchy order of exported file to be the same as the hierarchy view.
|
static 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 |
---|---|
boolean |
isExportSameAsHierarchyView()
Returns
true if the hierarchy order of exported file is same as the hierarchy view. |
boolean |
isExportUsingChildOrder()
Returns
true if the hierarchy order of export file is using the child order. |
static ExportHierarchyOrder |
parse(String value)
Specifies the
ExportHierarchyOrder instance that corresponds to specific value . |
String |
toString()
Returns this
ExportHierarchyOrder in the form of a formatted string. |
public static final ExportHierarchyOrder EXPORT_USING_CHILD_ORDER
public static final ExportHierarchyOrder EXPORT_SAME_AS_HIERARCHY_VIEW
public static ExportHierarchyOrder parse(String value)
ExportHierarchyOrder
instance that corresponds to specific value
.value
- value to specify the ExportHierarchyOrder
.public boolean isExportUsingChildOrder()
true
if the hierarchy order of export file is using the child order.public boolean isExportSameAsHierarchyView()
true
if the hierarchy order of exported file is same as the hierarchy view.