Uses of Class
org.modeldriven.fuml.xmi.validation.ErrorSeverity

Packages that use ErrorSeverity
org.modeldriven.fuml.xmi.validation   
 

Uses of ErrorSeverity in org.modeldriven.fuml.xmi.validation
 

Methods in org.modeldriven.fuml.xmi.validation that return ErrorSeverity
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.
 

Methods in org.modeldriven.fuml.xmi.validation with parameters of type ErrorSeverity
 int ValidationErrorCollector.getErrorCount(ErrorSeverity severity)
           
 List<ValidationError> ValidationErrorCollector.getErrors(ErrorSeverity severity)
           
 

Constructors in org.modeldriven.fuml.xmi.validation with parameters of type ErrorSeverity
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 © 2012. All Rights Reserved.