public interface InternationalValidationMessage extends ValidationMessage
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLocationKey()
Returns the value of the 'Location Key' attribute
|
org.eclipse.emf.common.util.EList |
getLocationVariables()
Returns the value of the 'Location Variables' attribute list.
|
java.lang.String |
getTextKey()
Returns the value of the 'Text Key' attribute
|
org.eclipse.emf.common.util.EList |
getTextVariables()
Returns the value of the 'Text Variables' attribute list.
|
void |
setLocationKey(java.lang.String value)
Sets the value of the '
Location Key' attribute |
void |
setTextKey(java.lang.String value)
Sets the value of the '
Text Key' attribute |
getInvalidObjects, getKey, getSeverity, getType, getUUID, isDemoted, isSameMessage, setDemoted, setKey, setSeverity, setType, setUUIDjava.lang.String getTextKey()
If the meaning of the 'Text Key' attribute isn't clear, there really should be more of a description here...
setTextKey(String),
CommonPackage.getInternationalValidationMessage_TextKey()void setTextKey(java.lang.String value)
Text Key' attribute.
value - the new value of the 'Text Key' attribute.getTextKey()org.eclipse.emf.common.util.EList getTextVariables()
String.
If the meaning of the 'Text Variables' attribute list isn't clear, there really should be more of a description here...
CommonPackage.getInternationalValidationMessage_TextVariables()java.lang.String getLocationKey()
If the meaning of the 'Location Key' attribute isn't clear, there really should be more of a description here...
setLocationKey(String),
CommonPackage.getInternationalValidationMessage_LocationKey()void setLocationKey(java.lang.String value)
Location Key' attribute.
value - the new value of the 'Location Key' attribute.getLocationKey()org.eclipse.emf.common.util.EList getLocationVariables()
String.
If the meaning of the 'Location Variables' attribute list isn't clear, there really should be more of a description here...
CommonPackage.getInternationalValidationMessage_LocationVariables()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.