|
TPTP 4.4.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A representation of the model object 'TPF Execution Event'.
Common_TestprofilePackage.getTPFExecutionEvent()The following features are supported:
| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
org.eclipse.emf.common.util.EList |
getAnnotations()
Returns the value of the 'Annotations' containment reference list. |
org.eclipse.emf.common.util.EList |
getChildren()
Returns the value of the 'Children' containment reference list. |
org.eclipse.emf.common.util.EList |
getDefectRecords()
Returns the value of the 'Defect Records' containment reference list. |
org.eclipse.emf.common.util.EList |
getEObjectReferences()
Returns the value of the 'EObject References' containment reference list. |
java.lang.String |
getEventType()
Returns the value of the 'Event Type' attribute |
TPFExecutionHistory |
getExecutionHistory()
Returns the value of the 'Execution History' container reference. |
BVRInteractionFragment |
getInteractionFragment()
Returns the value of the 'Interaction Fragment' reference |
java.lang.String |
getOwnerId()
Returns the value of the 'Owner Id' attribute |
TPFExecutionEvent |
getParent()
Returns the value of the 'Parent' container reference. |
org.eclipse.emf.common.util.EList |
getProperties()
Returns the value of the 'Properties' containment reference list. |
java.lang.String |
getScriptFileURI()
Returns the value of the 'Script File URI' attribute |
long |
getScriptLineNumber()
Returns the value of the 'Script Line Number' attribute |
java.lang.String |
getText()
Returns the value of the 'Text' attribute |
long |
getTimestamp()
Returns the value of the 'Timestamp' attribute |
void |
setEventType(java.lang.String value)
Sets the value of the ' Event Type' attribute |
void |
setExecutionHistory(TPFExecutionHistory value)
Sets the value of the ' Execution History' container reference |
void |
setInteractionFragment(BVRInteractionFragment value)
Sets the value of the ' Interaction Fragment' reference |
void |
setOwnerId(java.lang.String value)
Sets the value of the ' Owner Id' attribute |
void |
setParent(TPFExecutionEvent value)
Sets the value of the ' Parent' container reference |
void |
setScriptFileURI(java.lang.String value)
Sets the value of the ' Script File URI' attribute |
void |
setScriptLineNumber(long value)
Sets the value of the ' Script Line Number' attribute |
void |
setText(java.lang.String value)
Sets the value of the ' Text' attribute |
void |
setTimestamp(long value)
Sets the value of the ' Timestamp' attribute |
| 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 |
public static final java.lang.String copyright
| Method Detail |
public java.lang.String getOwnerId()
If the meaning of the 'Owner Id' attribute isn't clear, there really should be more of a description here...
setOwnerId(String),
Common_TestprofilePackage.getTPFExecutionEvent_OwnerId()public void setOwnerId(java.lang.String value)
Owner Id' attribute.
value - the new value of the 'Owner Id' attribute.getOwnerId()public long getTimestamp()
If the meaning of the 'Timestamp' attribute isn't clear, there really should be more of a description here...
setTimestamp(long),
Common_TestprofilePackage.getTPFExecutionEvent_Timestamp()public void setTimestamp(long value)
Timestamp' attribute.
value - the new value of the 'Timestamp' attribute.getTimestamp()public java.lang.String getText()
If the meaning of the 'Text' attribute isn't clear, there really should be more of a description here...
setText(String),
Common_TestprofilePackage.getTPFExecutionEvent_Text()public void setText(java.lang.String value)
Text' attribute.
value - the new value of the 'Text' attribute.getText()public java.lang.String getEventType()
If the meaning of the 'Event Type' attribute isn't clear, there really should be more of a description here...
setEventType(String),
Common_TestprofilePackage.getTPFExecutionEvent_EventType()public void setEventType(java.lang.String value)
Event Type' attribute.
value - the new value of the 'Event Type' attribute.getEventType()public java.lang.String getScriptFileURI()
If the meaning of the 'Script File URI' attribute isn't clear, there really should be more of a description here...
setScriptFileURI(String),
Common_TestprofilePackage.getTPFExecutionEvent_ScriptFileURI()public void setScriptFileURI(java.lang.String value)
Script File URI' attribute.
value - the new value of the 'Script File URI' attribute.getScriptFileURI()public long getScriptLineNumber()
If the meaning of the 'Script Line Number' attribute isn't clear, there really should be more of a description here...
setScriptLineNumber(long),
Common_TestprofilePackage.getTPFExecutionEvent_ScriptLineNumber()public void setScriptLineNumber(long value)
Script Line Number' attribute.
value - the new value of the 'Script Line Number' attribute.getScriptLineNumber()public TPFExecutionHistory getExecutionHistory()
Execution Events'.
If the meaning of the 'Execution History' container reference isn't clear, there really should be more of a description here...
setExecutionHistory(TPFExecutionHistory),
Common_TestprofilePackage.getTPFExecutionEvent_ExecutionHistory(),
TPFExecutionHistory.getExecutionEvents()public void setExecutionHistory(TPFExecutionHistory value)
Execution History' container reference.
value - the new value of the 'Execution History' container reference.getExecutionHistory()public BVRInteractionFragment getInteractionFragment()
If the meaning of the 'Interaction Fragment' reference isn't clear, there really should be more of a description here...
setInteractionFragment(BVRInteractionFragment),
Common_TestprofilePackage.getTPFExecutionEvent_InteractionFragment()public void setInteractionFragment(BVRInteractionFragment value)
Interaction Fragment' reference.
value - the new value of the 'Interaction Fragment' reference.getInteractionFragment()public org.eclipse.emf.common.util.EList getChildren()
TPFExecutionEvent.
It is bidirectional and its opposite is 'Parent'.
If the meaning of the 'Children' reference list isn't clear, there really should be more of a description here...
Common_TestprofilePackage.getTPFExecutionEvent_Children(),
getParent()public TPFExecutionEvent getParent()
Children'.
If the meaning of the 'Parent' reference isn't clear, there really should be more of a description here...
setParent(TPFExecutionEvent),
Common_TestprofilePackage.getTPFExecutionEvent_Parent(),
getChildren()public void setParent(TPFExecutionEvent value)
Parent' container reference.
value - the new value of the 'Parent' container reference.getParent()public org.eclipse.emf.common.util.EList getProperties()
CMNDefaultProperty.
If the meaning of the 'Properties' containment reference list isn't clear, there really should be more of a description here...
Common_TestprofilePackage.getTPFExecutionEvent_Properties()public org.eclipse.emf.common.util.EList getAnnotations()
CMNAnnotation.
If the meaning of the 'Annotations' containment reference list isn't clear, there really should be more of a description here...
Common_TestprofilePackage.getTPFExecutionEvent_Annotations()public org.eclipse.emf.common.util.EList getEObjectReferences()
EObjectReference.
If the meaning of the 'EObject References' containment reference list isn't clear, there really should be more of a description here...
Common_TestprofilePackage.getTPFExecutionEvent_EObjectReferences()public org.eclipse.emf.common.util.EList getDefectRecords()
TPFRepositoryRecord.
It is bidirectional and its opposite is 'Execution Event'.
If the meaning of the 'Defect Records' containment reference list isn't clear, there really should be more of a description here...
Common_TestprofilePackage.getTPFExecutionEvent_DefectRecords(),
TPFRepositoryRecord.getExecutionEvent()
|
TPTP 4.4.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||