public class ValidationReport extends Object implements ModelInterface
| Constructor and Description | 
|---|
| ValidationReport(boolean conforms) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addValidationResult(ValidationResult validationResult) | 
| Model | asModel(Model model) | 
| boolean | conforms() | 
| Resource | getId() | 
| List<ValidationResult> | getValidationResult() | 
| String | toString() | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitasModelpublic void addValidationResult(ValidationResult validationResult)
public Model asModel(Model model)
asModel in interface ModelInterfacepublic Resource getId()
getId in interface ModelInterfacepublic boolean conforms()
public List<ValidationResult> getValidationResult()
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.