|
org.netbeans.modules.xml.xam/1 1.18.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.modules.xml.xam.spi.ValidationResult
public class ValidationResult
Represents the results of validation from a validator.
| Constructor Summary | |
|---|---|
ValidationResult(Collection<Validator.ResultItem> validationResult,
Collection<Model> validatedModels)
Create an instance of validationResult. |
|
| Method Summary | |
|---|---|
Collection<Model> |
getValidatedModels()
Return a list of Validated models. |
Collection<Validator.ResultItem> |
getValidationResult()
Return the Validation Result |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ValidationResult(Collection<Validator.ResultItem> validationResult,
Collection<Model> validatedModels)
validationResult - ValidationResultvalidatedModels - List of models validated.| Method Detail |
|---|
public Collection<Validator.ResultItem> getValidationResult()
public Collection<Model> getValidatedModels()
|
org.netbeans.modules.xml.xam/1 1.18.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||