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.ImportType |
MappingImportHelper.getImportType()
Returns the type of import.
|
static MappingImportHelper.ImportType |
MappingImportHelper.ImportType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MappingImportHelper.ImportType[] |
MappingImportHelper.ImportType.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.setImportType(MappingImportHelper.ImportType importType)
Sets the importType as specified.
|