Modifier and Type | Method and Description |
---|---|
static DMNValidator.Validation |
DMNValidator.Validation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DMNValidator.Validation[] |
DMNValidator.Validation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<org.kie.dmn.api.core.DMNMessage> |
DMNValidatorImpl.validate(org.kie.dmn.model.v1_1.Definitions dmnModel,
DMNValidator.Validation... options) |
List<org.kie.dmn.api.core.DMNMessage> |
DMNValidator.validate(org.kie.dmn.model.v1_1.Definitions dmnModel,
DMNValidator.Validation... options)
Validate the model and return the results.
|
List<org.kie.dmn.api.core.DMNMessage> |
DMNValidatorImpl.validate(File xmlFile,
DMNValidator.Validation... options) |
List<org.kie.dmn.api.core.DMNMessage> |
DMNValidator.validate(File xmlFile,
DMNValidator.Validation... options)
Validate the model and return the results.
|
List<org.kie.dmn.api.core.DMNMessage> |
DMNValidatorImpl.validate(Reader reader,
DMNValidator.Validation... options) |
List<org.kie.dmn.api.core.DMNMessage> |
DMNValidator.validate(Reader reader,
DMNValidator.Validation... options)
Validate the model and return the results.
|
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.