TPTP 4.3.0 Monitoring Tools Project
Public API Specification

org.eclipse.tptp.wsdm.tooling.model.muwsPart2
Interface DestroyCompletedType

All Superinterfaces:
CategoryType, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, SituationCategoryType
All Known Implementing Classes:
DestroyCompletedTypeImpl

public interface DestroyCompletedType
extends SituationCategoryType

A representation of the model object 'Destroy Completed Type'.

The following features are supported:

See Also:
MuwsPart2Package.getDestroyCompletedType()
Generated
[EMF] Model
extendedMetaData="name='DestroyCompleted_._type' kind='elementOnly'"

Method Summary
 DestroySituationType getDestroySituation()
          Returns the value of the 'Destroy Situation' containment reference
 void setDestroySituation(DestroySituationType value)
          Sets the value of the 'Destroy Situation' containment reference
 
Methods inherited from interface org.eclipse.tptp.wsdm.tooling.model.muwsPart2.CategoryType
getAny
 
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

getDestroySituation

public DestroySituationType getDestroySituation()
Returns the value of the 'Destroy Situation' containment reference.

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

Returns:
the value of the 'Destroy Situation' containment reference.
See Also:
setDestroySituation(DestroySituationType), MuwsPart2Package.getDestroyCompletedType_DestroySituation()
Generated
[EMF] Model
containment="true" required="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='DestroySituation' namespace='##targetNamespace' group='#:0'"

setDestroySituation

public void setDestroySituation(DestroySituationType value)
Sets the value of the 'Destroy Situation' containment reference.

Parameters:
value - the new value of the 'Destroy Situation' containment reference.
See Also:
getDestroySituation()
Generated

TPTP 4.3.0 Monitoring Tools Project
Public API Specification