| Package | Description |
|---|---|
| ddf.catalog.validation.impl.violation | |
| ddf.catalog.validation.violation |
| Modifier and Type | Method and Description |
|---|---|
ValidationViolation.Severity |
ValidationViolationImpl.getSeverity() |
| Constructor and Description |
|---|
ValidationViolationImpl(Set<String> attributes,
String message,
ValidationViolation.Severity severity)
Creates a
ValidationViolationImpl with the specified attribute(s), message, and
severity. |
| Modifier and Type | Method and Description |
|---|---|
ValidationViolation.Severity |
ValidationViolation.getSeverity()
Returns the severity of the violation.
|
static ValidationViolation.Severity |
ValidationViolation.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationViolation.Severity[] |
ValidationViolation.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
This work is licensed under a Creative Commons Attribution 4.0 International License.