Package | Description |
---|---|
com.ads.api.beans.mm.helper |
Contains Collection Classes, Java Bean Classes which are related to ImportFileType, ImportType, filePath, mailComments and its details to Mappings, MappingSpecifications, Project and Subject.
|
Modifier and Type | Method and Description |
---|---|
MappingImportHelper.ImportFileType |
MappingImportHelper.getImportFileType()
Returns the fileType of the file imported.
|
static MappingImportHelper.ImportFileType |
MappingImportHelper.ImportFileType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MappingImportHelper.ImportFileType[] |
MappingImportHelper.ImportFileType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MappingImportHelper.setImportFileType(MappingImportHelper.ImportFileType importFileType)
Sets the importFileType as specified.
|