TPTP 4.5.0 Platform Project
Public API Specification

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

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

public interface Comment
extends LocalizedMessage

A representation of the model object 'Comment'.

The following features are supported:

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

Method Summary
 java.lang.String getAuthor()
          Returns the value of the 'Author' attribute
 java.lang.Object getTimestamp()
          Returns the value of the 'Timestamp' attribute
 void setAuthor(java.lang.String value)
          Sets the value of the 'Author' attribute
 void setTimestamp(java.lang.Object value)
          Sets the value of the 'Timestamp' attribute
 
Methods inherited from interface org.eclipse.tptp.platform.models.symptom.common.LocalizedMessage
getMessage, getMessageData, setMessage, setMessageData
 
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

getAuthor

java.lang.String getAuthor()
Returns the value of the 'Author' attribute.

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

Returns:
the value of the 'Author' attribute.
See Also:
setAuthor(String), CommonPackage.getComment_Author()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData="kind='attribute' name='author'"

setAuthor

void setAuthor(java.lang.String value)
Sets the value of the 'Author' attribute.

Parameters:
value - the new value of the 'Author' attribute.
See Also:
getAuthor()
Generated

getTimestamp

java.lang.Object getTimestamp()
Returns the value of the 'Timestamp' attribute.

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

Returns:
the value of the 'Timestamp' attribute.
See Also:
setTimestamp(Object), CommonPackage.getComment_Timestamp()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.DateTime" extendedMetaData="kind='attribute' name='timestamp'"

setTimestamp

void setTimestamp(java.lang.Object value)
Sets the value of the 'Timestamp' attribute.

Parameters:
value - the new value of the 'Timestamp' attribute.
See Also:
getTimestamp()
Generated

TPTP 4.5.0 Platform Project
Public API Specification