| Package | Description |
|---|---|
| org.modeldriven.fuml.xmi.validation |
| Modifier and Type | Method and Description |
|---|---|
static ErrorCode |
ErrorCode.fromValue(String v) |
ErrorCode |
ValidationError.getCode() |
static ErrorCode |
ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorCode[] |
ErrorCode.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(ErrorCode code) |
List<ValidationError> |
ValidationErrorCollector.getErrors(ErrorCode code) |
| 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 © 2016. All rights reserved.