public static enum MappingImportHelper.ImportFileType extends java.lang.Enum<MappingImportHelper.ImportFileType>
Enum Constant and Description |
---|
DATASTAGE
DATASTAGE ImportFileType is used to refer when the fileType we import is DATASTAGE.
|
INFORMATICA
INFORMATICA ImportFileType is used to refer when the fileType we import is INFORMATICA.
|
MAPPINGMANAGER_EXCEL
MAPPINGMANAGER_EXCEL ImportFileType is used to refer when the fileType we import is MAPPINGMANAGER_EXCEL.
|
MAPPINGMANAGER_LEGACY_EXCEL
MAPPINGMANAGER_LEGACY_EXCEL ImportFileType is used to refer when the fileType we import is MAPPINGMANAGER_LEGACY_EXCEL.
|
MAPPINGMANAGER_XML
MAPPINGMANAGER_XML ImportFileType is used to refer when the fileType we import is MAPPINGMANAGER_XML.
|
SSIS_2008
SSIS_2008 ImportFileType is used to refer when the fileType we import is SSIS_2008.
|
Modifier and Type | Method and Description |
---|---|
static MappingImportHelper.ImportFileType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MappingImportHelper.ImportFileType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MappingImportHelper.ImportFileType MAPPINGMANAGER_LEGACY_EXCEL
public static final MappingImportHelper.ImportFileType MAPPINGMANAGER_EXCEL
public static final MappingImportHelper.ImportFileType MAPPINGMANAGER_XML
public static final MappingImportHelper.ImportFileType INFORMATICA
public static final MappingImportHelper.ImportFileType DATASTAGE
public static final MappingImportHelper.ImportFileType SSIS_2008
public static MappingImportHelper.ImportFileType[] values()
for (MappingImportHelper.ImportFileType c : MappingImportHelper.ImportFileType.values()) System.out.println(c);
public static MappingImportHelper.ImportFileType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null