| Package | Description |
|---|---|
| org.modeldriven.fuml.xmi.validation |
| Modifier and Type | Method and Description |
|---|---|
static ErrorSeverity |
ErrorSeverity.fromValue(String v) |
ErrorSeverity |
ValidationError.getSeverity() |
static ErrorSeverity |
ErrorSeverity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorSeverity[] |
ErrorSeverity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ValidationErrorCollector.getErrorCount(ErrorSeverity severity) |
List<ValidationError> |
ValidationErrorCollector.getErrors(ErrorSeverity severity) |
| Constructor and Description |
|---|
ValidationError(XmiNode node,
ErrorCode code,
ErrorSeverity severity) |
ValidationError(XmiNode node,
String propertyName,
ErrorCode code,
ErrorSeverity severity) |
ValidationError(XmiReference reference,
String id,
ErrorCode code,
ErrorSeverity severity) |
Copyright © 2023. All rights reserved.