public interface LocalizedValidationMessage extends ValidationMessage
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLocation()
Returns the value of the 'Location' attribute
|
java.lang.String |
getText()
Returns the value of the 'Text' attribute
|
void |
setLocation(java.lang.String value)
Sets the value of the '
Location' attribute |
void |
setText(java.lang.String value)
Sets the value of the '
Text' attribute |
getInvalidObjects, getKey, getSeverity, getType, getUUID, isDemoted, isSameMessage, setDemoted, setKey, setSeverity, setType, setUUIDjava.lang.String getText()
If the meaning of the 'Text' attribute isn't clear, there really should be more of a description here...
setText(String),
CommonPackage.getLocalizedValidationMessage_Text()void setText(java.lang.String value)
Text' attribute.
value - the new value of the 'Text' attribute.getText()java.lang.String getLocation()
If the meaning of the 'Location' attribute isn't clear, there really should be more of a description here...
setLocation(String),
CommonPackage.getLocalizedValidationMessage_Location()void setLocation(java.lang.String value)
Location' attribute.
value - the new value of the 'Location' attribute.getLocation()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.