TPTP 4.3.0 Monitoring Tools Project
Public API Specification

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

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

public interface RelationshipCreatedNotificationType
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Relationship Created Notification Type'.

The following features are supported:

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

Method Summary
 org.eclipse.emf.ecore.util.FeatureMap getAny()
          Returns the value of the 'Any' attribute list.
 org.eclipse.emf.ecore.util.FeatureMap getAnyAttribute()
          Returns the value of the 'Any Attribute' attribute list.
 RelationshipType getRelationship()
          Returns the value of the 'Relationship' containment reference
 void setRelationship(RelationshipType value)
          Sets the value of the 'Relationship' containment reference
 
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

getRelationship

public RelationshipType getRelationship()
Returns the value of the 'Relationship' containment reference.

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

Returns:
the value of the 'Relationship' containment reference.
See Also:
setRelationship(RelationshipType), MuwsPart2Package.getRelationshipCreatedNotificationType_Relationship()
Generated
[EMF] Model
containment="true" required="true" extendedMetaData="kind='element' name='Relationship' namespace='##targetNamespace'"

setRelationship

public void setRelationship(RelationshipType value)
Sets the value of the 'Relationship' containment reference.

Parameters:
value - the new value of the 'Relationship' containment reference.
See Also:
getRelationship()
Generated

getAny

public org.eclipse.emf.ecore.util.FeatureMap getAny()
Returns the value of the 'Any' attribute list. The list contents are of type FeatureMap.Entry.

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

Returns:
the value of the 'Any' attribute list.
See Also:
MuwsPart2Package.getRelationshipCreatedNotificationType_Any()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" extendedMetaData="kind='elementWildcard' wildcards='##other' name=':1' processing='lax'"

getAnyAttribute

public org.eclipse.emf.ecore.util.FeatureMap getAnyAttribute()
Returns the value of the 'Any Attribute' attribute list. The list contents are of type FeatureMap.Entry.

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

Returns:
the value of the 'Any Attribute' attribute list.
See Also:
MuwsPart2Package.getRelationshipCreatedNotificationType_AnyAttribute()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" extendedMetaData="kind='attributeWildcard' wildcards='##other' name=':2' processing='strict'"

TPTP 4.3.0 Monitoring Tools Project
Public API Specification