| Modifier and Type | Method and Description |
|---|---|
EntityType |
Target.getType() |
static EntityType |
EntityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityType[] |
EntityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<LogEntry> |
ImportLog.findAllFor(EntityType type) |
| Modifier and Type | Method and Description |
|---|---|
EntityType |
DatasetTarget.getType() |
EntityType |
RequirementVersionTarget.getType() |
EntityType |
RequirementLinkTarget.getType() |
EntityType |
ParameterTarget.getType() |
EntityType |
TestCaseTarget.getType() |
EntityType |
RequirementTarget.getType() |
EntityType |
TestStepTarget.getType() |
| Modifier and Type | Method and Description |
|---|---|
List<EntityType> |
TestCaseExcelBatchImporter.getEntityType() |
| Modifier and Type | Method and Description |
|---|---|
List<Instruction<?>> |
TestCaseExcelBatchImporter.findInstructionsByEntity(ExcelWorkbookParser parser,
EntityType entityType) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<EntityType> |
ExcelBatchImporter.getEntityType() |
| Modifier and Type | Method and Description |
|---|---|
abstract List<Instruction<?>> |
ExcelBatchImporter.findInstructionsByEntity(ExcelWorkbookParser parser,
EntityType entityType) |
| Modifier and Type | Method and Description |
|---|---|
List<EntityType> |
RequirementExcelBatchImporter.getEntityType() |
| Modifier and Type | Method and Description |
|---|---|
List<Instruction<?>> |
RequirementExcelBatchImporter.findInstructionsByEntity(ExcelWorkbookParser parser,
EntityType entityType) |
| Modifier and Type | Method and Description |
|---|---|
EntityType |
CoverageTarget.getType() |
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.