Package de.redsix.dmncheck.result
Class ValidationResult
java.lang.Object
de.redsix.dmncheck.result.ValidationResult
A validation result consists of the following:
1) A message that describes the validation result 2) A severity indicating how severe the result is 3) A reference to the DMN element that caused result
In this context a validation result always describes an error or a warning. There is currently no way to express positive validation results, except returning no validation results at all.
-
Nested Class Summary
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.camunda.bpm.model.xml.instance.ModelElementInstance
toString()