TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.models.symptom.common
Interface LocalizedMessage

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
Comment
All Known Implementing Classes:
CommentImpl, LocalizedMessageImpl

public interface LocalizedMessage
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Localized Message'.

The following features are supported:

See Also:
CommonPackage.getLocalizedMessage()
Generated
[EMF] Model
extendedMetaData="name='LocalizedMessage' kind='elementOnly'"

Method Summary
 java.lang.String getMessage()
          Returns the value of the 'Message' attribute
 MessageDataElementType getMessageData()
          Returns the value of the 'Message Data' containment reference
 void setMessage(java.lang.String value)
          Sets the value of the 'Message' attribute
 void setMessageData(MessageDataElementType value)
          Sets the value of the 'Message Data' containment reference
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getMessage

java.lang.String getMessage()
Returns the value of the 'Message' attribute.

If the meaning of the 'Message' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Message' attribute.
See Also:
setMessage(String), CommonPackage.getLocalizedMessage_Message()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.tptp.platform.models.symptom.common.Message" required="true" extendedMetaData="kind='element' name='message'"

setMessage

void setMessage(java.lang.String value)
Sets the value of the 'Message' attribute.

Parameters:
value - the new value of the 'Message' attribute.
See Also:
getMessage()
Generated

getMessageData

MessageDataElementType getMessageData()
Returns the value of the 'Message Data' containment reference.

If the meaning of the 'Message Data' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Message Data' containment reference.
See Also:
setMessageData(MessageDataElementType), CommonPackage.getLocalizedMessage_MessageData()
Generated
[EMF] Model
containment="true" resolveProxies="false" required="true" extendedMetaData="kind='element' name='messageData'"

setMessageData

void setMessageData(MessageDataElementType value)
Sets the value of the 'Message Data' containment reference.

Parameters:
value - the new value of the 'Message Data' containment reference.
See Also:
getMessageData()
Generated

TPTP 4.5.0 Platform Project
Public API Specification