public interface ValidationMessage
extends org.eclipse.emf.ecore.EObject
The following features are supported:
CommonPackage.getValidationMessage()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList |
getInvalidObjects()
Returns the value of the 'Invalid Objects' reference list.
|
int |
getKey()
Returns the value of the 'Key' attribute
|
ValidationMessageSeverity |
getSeverity()
Returns the value of the 'Severity' attribute.
|
ValidationMessageType |
getType()
Returns the value of the 'Type' attribute.
|
java.lang.String |
getUUID()
Returns the value of the 'UUID' attribute
|
boolean |
isDemoted()
Returns the value of the 'Demoted' attribute
|
boolean |
isSameMessage(ValidationMessage aValidationMessage)
Determine whether two validation messages are essentially the same, that is they
represent the same message, but excluding the UUID.
|
void |
setDemoted(boolean value)
Sets the value of the '
Demoted' attribute |
void |
setKey(int value)
Sets the value of the '
Key' attribute |
void |
setSeverity(ValidationMessageSeverity value)
Sets the value of the '
Severity' attribute |
void |
setType(ValidationMessageType value)
Sets the value of the '
Type' attribute |
void |
setUUID(java.lang.String value)
Sets the value of the '
UUID' attribute |
java.lang.String getUUID()
If the meaning of the 'UUID' attribute isn't clear, there really should be more of a description here...
setUUID(String),
CommonPackage.getValidationMessage_UUID()boolean isSameMessage(ValidationMessage aValidationMessage)
aValidationMessage - ValidationMessage to compare.true if object instances have equal state.void setUUID(java.lang.String value)
UUID' attribute.
value - the new value of the 'UUID' attribute.getUUID()int getKey()
If the meaning of the 'Key' attribute isn't clear, there really should be more of a description here...
setKey(int),
CommonPackage.getValidationMessage_Key()void setKey(int value)
Key' attribute.
value - the new value of the 'Key' attribute.getKey()ValidationMessageType getType()
ValidationMessageType.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
ValidationMessageType,
setType(ValidationMessageType),
CommonPackage.getValidationMessage_Type()void setType(ValidationMessageType value)
Type' attribute.
value - the new value of the 'Type' attribute.ValidationMessageType,
getType()ValidationMessageSeverity getSeverity()
ValidationMessageSeverity.
If the meaning of the 'Severity' attribute isn't clear, there really should be more of a description here...
ValidationMessageSeverity,
setSeverity(ValidationMessageSeverity),
CommonPackage.getValidationMessage_Severity()void setSeverity(ValidationMessageSeverity value)
Severity' attribute.
value - the new value of the 'Severity' attribute.ValidationMessageSeverity,
getSeverity()boolean isDemoted()
If the meaning of the 'Demoted' attribute isn't clear, there really should be more of a description here...
setDemoted(boolean),
CommonPackage.getValidationMessage_Demoted()void setDemoted(boolean value)
Demoted' attribute.
value - the new value of the 'Demoted' attribute.isDemoted()org.eclipse.emf.common.util.EList getInvalidObjects()
ValidatableObject.
It is bidirectional and its opposite is 'Validation Messages'.
If the meaning of the 'Invalid Objects' reference list isn't clear, there really should be more of a description here...
CommonPackage.getValidationMessage_InvalidObjects(),
ValidatableObject.getValidationMessages()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.