|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ErrorCode | |
|---|---|
| org.modeldriven.fuml.xmi.validation | |
| Uses of ErrorCode in org.modeldriven.fuml.xmi.validation |
|---|
| Methods in org.modeldriven.fuml.xmi.validation that return ErrorCode | |
|---|---|
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. |
| Methods in org.modeldriven.fuml.xmi.validation with parameters of type ErrorCode | |
|---|---|
int |
ValidationErrorCollector.getErrorCount(ErrorCode code)
|
List<ValidationError> |
ValidationErrorCollector.getErrors(ErrorCode code)
|
| Constructors in org.modeldriven.fuml.xmi.validation with parameters of type ErrorCode | |
|---|---|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||