TPTP 4.3.0 Monitoring Tools Project
Public API Specification

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

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

public interface ConnectInitiatedType
extends SituationCategoryType

A representation of the model object 'Connect Initiated Type'.

The following features are supported:

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

Method Summary
 ConnectSituationType getConnectSituation()
          Returns the value of the 'Connect Situation' containment reference
 void setConnectSituation(ConnectSituationType value)
          Sets the value of the 'Connect 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

getConnectSituation

public ConnectSituationType getConnectSituation()
Returns the value of the 'Connect Situation' containment reference.

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

Returns:
the value of the 'Connect Situation' containment reference.
See Also:
setConnectSituation(ConnectSituationType), MuwsPart2Package.getConnectInitiatedType_ConnectSituation()
Generated
[EMF] Model
containment="true" required="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='ConnectSituation' namespace='##targetNamespace' group='#:0'"

setConnectSituation

public void setConnectSituation(ConnectSituationType value)
Sets the value of the 'Connect Situation' containment reference.

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

TPTP 4.3.0 Monitoring Tools Project
Public API Specification