|
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 | ||||||||||
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.hyades.models.common.common.impl.CMNNamedElementImpl
org.eclipse.hyades.models.common.testprofile.impl.TPFExecutionEventImpl
An implementation of the model object 'TPF Execution Event'.
The following features are implemented:
Owner IdTimestampTextEvent TypeScript File URIScript Line NumberExecution HistoryInteraction FragmentChildrenParentPropertiesAnnotationsEObject ReferencesDefect Records
| Nested Class Summary |
|---|
| Nested classes inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
|---|
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl |
| Nested classes inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
|---|
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList |
| Nested classes inherited from class org.eclipse.emf.ecore.InternalEObject |
|---|
org.eclipse.emf.ecore.InternalEObject.EStore |
| Field Summary | |
|---|---|
protected org.eclipse.emf.common.util.EList |
annotations
The cached value of the ' Annotations' containment reference list |
protected org.eclipse.emf.common.util.EList |
children
The cached value of the ' Children' containment reference list |
static java.lang.String |
copyright
|
protected org.eclipse.emf.common.util.EList |
defectRecords
The cached value of the ' Defect Records' containment reference list |
protected org.eclipse.emf.common.util.EList |
eObjectReferences
The cached value of the ' EObject References' containment reference list |
protected static java.lang.String |
EVENT_TYPE_EDEFAULT
The default value of the ' Event Type' attribute |
protected java.lang.String |
eventType
The cached value of the ' Event Type' attribute |
protected BVRInteractionFragment |
interactionFragment
The cached value of the ' Interaction Fragment' reference |
protected static java.lang.String |
OWNER_ID_EDEFAULT
The default value of the ' Owner Id' attribute |
protected java.lang.String |
ownerId
The cached value of the ' Owner Id' attribute |
protected org.eclipse.emf.common.util.EList |
properties
The cached value of the ' Properties' containment reference list |
protected static java.lang.String |
SCRIPT_FILE_URI_EDEFAULT
The default value of the ' Script File URI' attribute |
protected static long |
SCRIPT_LINE_NUMBER_EDEFAULT
The default value of the ' Script Line Number' attribute |
protected java.lang.String |
scriptFileURI
The cached value of the ' Script File URI' attribute |
protected long |
scriptLineNumber
The cached value of the ' Script Line Number' attribute |
protected java.lang.String |
text
The cached value of the ' Text' attribute |
protected static java.lang.String |
TEXT_EDEFAULT
The default value of the ' Text' attribute |
protected long |
timestamp
The cached value of the ' Timestamp' attribute |
protected static long |
TIMESTAMP_EDEFAULT
The default value of the ' Timestamp' attribute |
| Fields inherited from class org.eclipse.hyades.models.common.common.impl.CMNNamedElementImpl |
|---|
description, DESCRIPTION_EDEFAULT, id, ID_EDEFAULT, name, NAME_EDEFAULT |
| Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
|---|
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY |
| Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
|---|
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET |
| Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
|---|
EOPPOSITE_FEATURE_BASE |
| Constructor Summary | |
|---|---|
protected |
TPFExecutionEventImpl()
|
| Method Summary | |
|---|---|
BVRInteractionFragment |
basicGetInteractionFragment()
|
org.eclipse.emf.common.notify.NotificationChain |
eBasicRemoveFromContainerFeature(org.eclipse.emf.common.notify.NotificationChain msgs)
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
org.eclipse.emf.common.notify.NotificationChain |
eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
protected org.eclipse.emf.ecore.EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
java.lang.Object |
getAdapter(java.lang.Class adapter)
|
org.eclipse.emf.common.util.EList |
getAnnotations()
|
org.eclipse.emf.common.util.EList |
getChildren()
|
org.eclipse.emf.common.util.EList |
getDefectRecords()
|
org.eclipse.emf.common.util.EList |
getEObjectReferences()
|
java.lang.String |
getEventType()
|
TPFExecutionHistory |
getExecutionHistory()
|
BVRInteractionFragment |
getInteractionFragment()
|
java.lang.String |
getOwnerId()
|
TPFExecutionEvent |
getParent()
|
org.eclipse.emf.common.util.EList |
getProperties()
|
java.lang.String |
getScriptFileURI()
|
long |
getScriptLineNumber()
|
java.lang.String |
getText()
|
long |
getTimestamp()
|
void |
setEventType(java.lang.String newEventType)
|
void |
setExecutionHistory(TPFExecutionHistory newExecutionHistory)
|
void |
setInteractionFragment(BVRInteractionFragment newInteractionFragment)
|
void |
setOwnerId(java.lang.String newOwnerId)
|
void |
setParent(TPFExecutionEvent newParent)
|
void |
setScriptFileURI(java.lang.String newScriptFileURI)
|
void |
setScriptLineNumber(long newScriptLineNumber)
|
void |
setText(java.lang.String newText)
|
void |
setTimestamp(long newTimestamp)
|
java.lang.String |
toString()
|
| Methods inherited from class org.eclipse.hyades.models.common.common.impl.CMNNamedElementImpl |
|---|
getDescription, getId, getName, setDescription, setId, setName |
| Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
|---|
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI |
| Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
|---|
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseRemove, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues |
| Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
|---|
eNotificationRequired, eNotify |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 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.emf.ecore.InternalEObject |
|---|
eNotificationRequired |
| Field Detail |
public static final java.lang.String copyright
protected static final java.lang.String OWNER_ID_EDEFAULT
Owner Id' attribute.
getOwnerId()protected java.lang.String ownerId
Owner Id' attribute.
getOwnerId()protected static final long TIMESTAMP_EDEFAULT
Timestamp' attribute.
getTimestamp(),
Constant Field Valuesprotected long timestamp
Timestamp' attribute.
getTimestamp()protected static final java.lang.String TEXT_EDEFAULT
Text' attribute.
getText()protected java.lang.String text
Text' attribute.
getText()protected static final java.lang.String EVENT_TYPE_EDEFAULT
Event Type' attribute.
getEventType()protected java.lang.String eventType
Event Type' attribute.
getEventType()protected static final java.lang.String SCRIPT_FILE_URI_EDEFAULT
Script File URI' attribute.
getScriptFileURI()protected java.lang.String scriptFileURI
Script File URI' attribute.
getScriptFileURI()protected static final long SCRIPT_LINE_NUMBER_EDEFAULT
Script Line Number' attribute.
getScriptLineNumber(),
Constant Field Valuesprotected long scriptLineNumber
Script Line Number' attribute.
getScriptLineNumber()protected BVRInteractionFragment interactionFragment
Interaction Fragment' reference.
getInteractionFragment()protected org.eclipse.emf.common.util.EList children
Children' containment reference list.
getChildren()protected org.eclipse.emf.common.util.EList properties
Properties' containment reference list.
getProperties()protected org.eclipse.emf.common.util.EList annotations
Annotations' containment reference list.
getAnnotations()protected org.eclipse.emf.common.util.EList eObjectReferences
EObject References' containment reference list.
getEObjectReferences()protected org.eclipse.emf.common.util.EList defectRecords
Defect Records' containment reference list.
getDefectRecords()| Constructor Detail |
protected TPFExecutionEventImpl()
| Method Detail |
protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass in class CMNNamedElementImplpublic java.lang.String getOwnerId()
getOwnerId in interface TPFExecutionEventTPFExecutionEvent.setOwnerId(String),
Common_TestprofilePackage.getTPFExecutionEvent_OwnerId()public void setOwnerId(java.lang.String newOwnerId)
setOwnerId in interface TPFExecutionEventnewOwnerId - the new value of the 'Owner Id' attribute.TPFExecutionEvent.getOwnerId()public long getTimestamp()
getTimestamp in interface TPFExecutionEventTPFExecutionEvent.setTimestamp(long),
Common_TestprofilePackage.getTPFExecutionEvent_Timestamp()public void setTimestamp(long newTimestamp)
setTimestamp in interface TPFExecutionEventnewTimestamp - the new value of the 'Timestamp' attribute.TPFExecutionEvent.getTimestamp()public java.lang.String getText()
getText in interface TPFExecutionEventTPFExecutionEvent.setText(String),
Common_TestprofilePackage.getTPFExecutionEvent_Text()public void setText(java.lang.String newText)
setText in interface TPFExecutionEventnewText - the new value of the 'Text' attribute.TPFExecutionEvent.getText()public java.lang.String getEventType()
getEventType in interface TPFExecutionEventTPFExecutionEvent.setEventType(String),
Common_TestprofilePackage.getTPFExecutionEvent_EventType()public void setEventType(java.lang.String newEventType)
setEventType in interface TPFExecutionEventnewEventType - the new value of the 'Event Type' attribute.TPFExecutionEvent.getEventType()public java.lang.String getScriptFileURI()
getScriptFileURI in interface TPFExecutionEventTPFExecutionEvent.setScriptFileURI(String),
Common_TestprofilePackage.getTPFExecutionEvent_ScriptFileURI()public void setScriptFileURI(java.lang.String newScriptFileURI)
setScriptFileURI in interface TPFExecutionEventnewScriptFileURI - the new value of the 'Script File URI' attribute.TPFExecutionEvent.getScriptFileURI()public long getScriptLineNumber()
getScriptLineNumber in interface TPFExecutionEventTPFExecutionEvent.setScriptLineNumber(long),
Common_TestprofilePackage.getTPFExecutionEvent_ScriptLineNumber()public void setScriptLineNumber(long newScriptLineNumber)
setScriptLineNumber in interface TPFExecutionEventnewScriptLineNumber - the new value of the 'Script Line Number' attribute.TPFExecutionEvent.getScriptLineNumber()public TPFExecutionHistory getExecutionHistory()
getExecutionHistory in interface TPFExecutionEventTPFExecutionEvent.setExecutionHistory(TPFExecutionHistory),
Common_TestprofilePackage.getTPFExecutionEvent_ExecutionHistory(),
TPFExecutionHistory.getExecutionEvents()public void setExecutionHistory(TPFExecutionHistory newExecutionHistory)
setExecutionHistory in interface TPFExecutionEventnewExecutionHistory - the new value of the 'Execution History' container reference.TPFExecutionEvent.getExecutionHistory()public BVRInteractionFragment getInteractionFragment()
getInteractionFragment in interface TPFExecutionEventTPFExecutionEvent.setInteractionFragment(BVRInteractionFragment),
Common_TestprofilePackage.getTPFExecutionEvent_InteractionFragment()public BVRInteractionFragment basicGetInteractionFragment()
public void setInteractionFragment(BVRInteractionFragment newInteractionFragment)
setInteractionFragment in interface TPFExecutionEventnewInteractionFragment - the new value of the 'Interaction Fragment' reference.TPFExecutionEvent.getInteractionFragment()public org.eclipse.emf.common.util.EList getChildren()
getChildren in interface TPFExecutionEventCommon_TestprofilePackage.getTPFExecutionEvent_Children(),
TPFExecutionEvent.getParent()public TPFExecutionEvent getParent()
getParent in interface TPFExecutionEventTPFExecutionEvent.setParent(TPFExecutionEvent),
Common_TestprofilePackage.getTPFExecutionEvent_Parent(),
TPFExecutionEvent.getChildren()public void setParent(TPFExecutionEvent newParent)
setParent in interface TPFExecutionEventnewParent - the new value of the 'Parent' container reference.TPFExecutionEvent.getParent()public org.eclipse.emf.common.util.EList getProperties()
getProperties in interface TPFExecutionEventCommon_TestprofilePackage.getTPFExecutionEvent_Properties()public org.eclipse.emf.common.util.EList getAnnotations()
getAnnotations in interface TPFExecutionEventCommon_TestprofilePackage.getTPFExecutionEvent_Annotations()public org.eclipse.emf.common.util.EList getEObjectReferences()
getEObjectReferences in interface TPFExecutionEventCommon_TestprofilePackage.getTPFExecutionEvent_EObjectReferences()public org.eclipse.emf.common.util.EList getDefectRecords()
getDefectRecords in interface TPFExecutionEventCommon_TestprofilePackage.getTPFExecutionEvent_DefectRecords(),
TPFRepositoryRecord.getExecutionEvent()
public org.eclipse.emf.common.notify.NotificationChain eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
public org.eclipse.emf.common.notify.NotificationChain eBasicRemoveFromContainerFeature(org.eclipse.emf.common.notify.NotificationChain msgs)
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in interface org.eclipse.emf.ecore.InternalEObjecteGet in class CMNNamedElementImpl
public void eSet(int featureID,
java.lang.Object newValue)
eSet in interface org.eclipse.emf.ecore.InternalEObjecteSet in class CMNNamedElementImplpublic void eUnset(int featureID)
eUnset in interface org.eclipse.emf.ecore.InternalEObjecteUnset in class CMNNamedElementImplpublic boolean eIsSet(int featureID)
eIsSet in interface org.eclipse.emf.ecore.InternalEObjecteIsSet in class CMNNamedElementImplpublic java.lang.String toString()
toString in class CMNNamedElementImplpublic java.lang.Object getAdapter(java.lang.Class adapter)
getAdapter in interface org.eclipse.core.runtime.IAdaptablegetAdapter in class CMNNamedElementImplIAdaptable.getAdapter(java.lang.Class)
|
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 | ||||||||||