Uses of Class
net.ssehub.easy.dslCore.validation.ValidationUtils.MessageType
-
Packages that use ValidationUtils.MessageType Package Description net.ssehub.easy.dslCore.validation Some validation support. -
-
Uses of ValidationUtils.MessageType in net.ssehub.easy.dslCore.validation
Methods in net.ssehub.easy.dslCore.validation that return ValidationUtils.MessageType Modifier and Type Method Description static ValidationUtils.MessageTypeValidationUtils.MessageType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ValidationUtils.MessageType[]ValidationUtils.MessageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.ssehub.easy.dslCore.validation with parameters of type ValidationUtils.MessageType Modifier and Type Method Description voidValidationUtils.IModelValidationCallback. message(ValidationUtils.MessageType type, java.lang.String message, org.eclipse.emf.ecore.EObject source, org.eclipse.emf.ecore.EStructuralFeature feature, int identifier)Handles a message.
-