public final class ImportType extends Object
| Modifier and Type | Field and Description |
|---|---|
static ImportType |
DELETE_BEFORE_IMPORT
Specifies the import type where all dimension data is deleted before performing the import.
|
static ImportType |
IMPORT
Specifies the normal import type.
|
static ImportType |
UNKNOWN
Specifies an unidentified type.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDeleteBeforeImport()
Returns
true if the import type is DELETE_BEFORE_IMPORT. |
boolean |
isImport()
Returns
true if the import type is IMPORT. |
static ImportType |
parse(String value)
Returns the Hmfh import type instance corresponding to the value specified.
|
String |
toString()
Returns the
String value of the import type. |
public static final ImportType IMPORT
public static final ImportType DELETE_BEFORE_IMPORT
public static final ImportType UNKNOWN
public static ImportType parse(String value)
public boolean isImport()
true if the import type is IMPORT.public boolean isDeleteBeforeImport()
true if the import type is DELETE_BEFORE_IMPORT.