TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.hyades.models.common.testprofile
Interface TPFMessageEvent

All Superinterfaces:
CMNNamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.core.runtime.IAdaptable, org.eclipse.emf.common.notify.Notifier, TPFExecutionEvent
All Known Implementing Classes:
TPFMessageEventImpl

public interface TPFMessageEvent
extends TPFExecutionEvent

A representation of the model object 'TPF Message Event'.

The following features are supported:

See Also:
Common_TestprofilePackage.getTPFMessageEvent()
Generated
[EMF] Model

Field Summary
static java.lang.String copyright
           
 
Method Summary
 TPFSeverity getSeverity()
          Returns the value of the 'Severity' attribute.
 void setSeverity(TPFSeverity value)
          Sets the value of the 'Severity' attribute
 
Methods inherited from interface org.eclipse.hyades.models.common.testprofile.TPFExecutionEvent
getAnnotations, getChildren, getDefectRecords, getEObjectReferences, getEventType, getExecutionHistory, getInteractionFragment, getOwnerId, getParent, getProperties, getScriptFileURI, getScriptLineNumber, getText, getTimestamp, setEventType, setExecutionHistory, setInteractionFragment, setOwnerId, setParent, setScriptFileURI, setScriptLineNumber, setText, setTimestamp
 
Methods inherited from interface org.eclipse.hyades.models.common.common.CMNNamedElement
getDescription, getId, getName, setDescription, setId, setName
 
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
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Generated
Method Detail

getSeverity

TPFSeverity getSeverity()
Returns the value of the 'Severity' attribute. The literals are from the enumeration TPFSeverity.

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

Returns:
the value of the 'Severity' attribute.
See Also:
TPFSeverity, setSeverity(TPFSeverity), Common_TestprofilePackage.getTPFMessageEvent_Severity()
Generated
[EMF] Model

setSeverity

void setSeverity(TPFSeverity value)
Sets the value of the 'Severity' attribute.

Parameters:
value - the new value of the 'Severity' attribute.
See Also:
TPFSeverity, getSeverity()
Generated

TPTP 4.5.0 Platform Project
Public API Specification