Package | Description |
---|---|
org.hkijena.jipipe.api.validation |
Modifier and Type | Method and Description |
---|---|
JIPipeValidationReportEntryLevel |
JIPipeValidationReportEntry.getLevel() |
static JIPipeValidationReportEntryLevel |
JIPipeValidationReportEntryLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JIPipeValidationReportEntryLevel[] |
JIPipeValidationReportEntryLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
int |
JIPipeValidationReport.getNumberOf(JIPipeValidationReportEntryLevel level) |
Constructor and Description |
---|
JIPipeValidationReportEntry(JIPipeValidationReportEntryLevel level,
JIPipeValidationReportContext context,
String title,
String explanation) |
JIPipeValidationReportEntry(JIPipeValidationReportEntryLevel level,
JIPipeValidationReportContext context,
String title,
String explanation,
String solution) |
JIPipeValidationReportEntry(JIPipeValidationReportEntryLevel level,
JIPipeValidationReportContext context,
String title,
String explanation,
String solution,
String details) |
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.